pip install -r requirements.txtPlease check if you have kafka, zookeeper and schema-registry already exist locally. If yes, delete them.
docker-compose upImplement 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