Created on 07-05-2018 07:08 AM - edited 09-16-2022 06:25 AM
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.
Created 07-05-2018 07:32 AM
@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