In this project we are analyzing Zomato's i.e. ZOMATO.NS chart in real time using Apache Superset. To get real time data we are using Yahoo Finance's python API which is known as yfinance.
We have divided this project into 4 small parts and videos for each part will be published individually. These parts are as follows.
- Phase 1: Pulling data from yfinance python api and preprocessing
- Phase 2: Getting Apache kafka ready and pushing the data into Kafka
- Phase 3: Installing and setting up Apache Druid and consuming data from kafka
- Phase 4: Getting data into Apache Superset and creating charts
To install and set-up Apache kafka please refer to documentation available at atwish.org/apache-kafka/installation
To Install and set-up Apache Druid please refer to documentation available at atwish.org/apache-druid/installation
To Install and set-up Apache Superset please refer to documentation available at atwish.org/apache-superset/installation
Tip
In Next Project we will consume this data into Apache Spark and perform Further analysis. If you are interested subscribe here.
