You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingesting data into druid. We'll need to change the dataSource module to ingest data into druid instead of storing it in memory with crossfilter
We'll also need to modify how we process the filtering requests in /data request handler to perform the filtering on druid using something like Plywood.
This would involve
/datarequest handler to perform the filtering on druid using something like Plywood.