I can't answer your question directly as I haven't used Druid, but I will point out that Druid was developed by Metamarkets and they are using Druid with Storm and Kafka in their architecture ( https://metamarkets.com/2014/building-a-data-pipeline-that-handles-billions-of-events-in-real-time/). They've open-sourced Tranquility, which includes components for streaming data from Storm to Druid:
https://github.com/metamx/tranquility Hope this helps. On Tue, Feb 3, 2015 at 7:17 PM, 이승진 <[email protected]> wrote: > Hello all, > > > > We are about to implement aggregation feature in our system and for that > we think it's a good option to use Druid with Storm. > > > > If any of you have experience, I want to here from you about these things. > > > > - data feeding : Do you feed data from kafka to druid directly or use > Storm as a intermeidate refiner? > > - Did you develop custom druid driver for that? > > - any inconvenience during implementation? > > > > Thanks in advance >
