Tracking location of a Vehicle using Kafka Streaming and outputting data on browser using leaflet.js
https://drive.google.com/file/d/1AwjA10MAOraNeU_WmKrJtt-8Gu0cl-Ek/view?usp=sharing
1. Start Zookeeper : zookeeper-server-start config\zookeeper.properties
2. Start Kafka : kafka-server-start config\server.properties
3. Create Topic : kafka-topics --bootstrap-server localhost:9092 --topic vehicle_tracking --create --partitions 2 --replication-factor 1
4. Run both producer code vehicledata1.py and vehicledata2.py
5. Run consume file app.py
6. Open localhost:5001 to see the result
Code & Dogs --> https://www.youtube.com/channel/UCyXsLg7-8OKM7Cc0dsmntDA