Support Questions

Find answers, ask questions, and share your expertise

how to fetch real-time data using spark streaming and store them in druid ?

Expert Contributor

Hi,

I want to fetch stock exchange real-time data using spark streaming and store this data into druid. I am using alpha vantage API for stock exchange real-time data. How can i do this ? is this possible what i am expecting ?

Thank you.

1 REPLY 1

@heta desai,

Yes. This is possible. Please look at the below example

https://github.com/ramkumarvenkat/kafka-spark-streaming-druid

.

In the link, data is being streamed from kafka. You can replace kafka with your stock exachange for your usecase.

.

-Aditya