Skip to content

Tracking location of a Vehicle using Kafka Streaming and outputting data on browser using leaflet.js

Notifications You must be signed in to change notification settings

surjits254/Vehicle-Tracking-using-Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Tracking-using-Kafka

Tracking location of a Vehicle using Kafka Streaming and outputting data on browser using leaflet.js

Video Demo

https://drive.google.com/file/d/1AwjA10MAOraNeU_WmKrJtt-8Gu0cl-Ek/view?usp=sharing

Steps to Run this Project

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

Reference

Code & Dogs --> https://www.youtube.com/channel/UCyXsLg7-8OKM7Cc0dsmntDA

About

Tracking location of a Vehicle using Kafka Streaming and outputting data on browser using leaflet.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published