pip install -r requirements.txt
Please check if you have kafka, zookeeper and schema-registry already exist locally. If yes, delete them.
docker-compose up
Implement a kafka AvroProducer, fetch stock price from Yahoo finance and store as avro format in kafka.
googlefinance https://pypi.python.org/pypi/googlefinance kafka-python https://github.com/dpkp/kafka-python schedule https://pypi.python.org/pypi/schedule
python avro-data-producer.py AAPL stock-analyzer 192.168.99.100:9092 http://localhost:8081