Real-Time Units Gps Tracking
Category: architecture | Status: In progress
1 min to read
GitHub repo
Implementation of a real-time GPS tracking service with Python and Apache Kafka.
This project show how to broadcast, consume and plot GPS data in real-time. See the README.md on GitHub for details.
Apache Kafka is a scalable, fault-tolerant, publish-subscribe messaging system, used for building real-time data pipelines and streaming apps. It uses Zookeeper to track status of kafka cluster nodes. It also keeps track of Kafka topics, partitions etc.
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.