How hard would be to implement a data source for D...
# announcements
m
How hard would be to implement a data source for Druid in growthbook?
f
Probably not too hard. Does Druid support standard SQL?
m
f
Are you connecting any other data tools to Druid currently? If so, do you mind sharing a blank connection screen from those tools? It helps us figure out which fields are important to have besides a simple host/port.
f
m
We will setup a druid to ingest kinesis/s3 data - ideally pump that into Growthbook for testing
(not implemented yet)
We are building realtime pipeline, and considering to also run the experimentation in the same database
I am going to deploy druid end of this week
f
As long as there aren't too many quirks with DruidSQL that should be fine. The queries we run are fairly complex, but they are standard enough to work on PrestoDB, BigQuery, Redshift, ClickHouse, and more with almost no changes.
m
where is it in the codebase?
I could try to implement with some help
f