https://github.com/code-star/codestar-realtime
Realtime demo.
https://github.com/code-star/codestar-realtime
Last synced: about 1 month ago
JSON representation
Realtime demo.
- Host: GitHub
- URL: https://github.com/code-star/codestar-realtime
- Owner: code-star
- Created: 2018-12-03T14:56:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T18:55:22.000Z (over 7 years ago)
- Last Synced: 2025-03-12T01:32:59.275Z (about 1 year ago)
- Language: Scala
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codestar-realtime
Real-time demo (work in progress).
### How to run
Download Kafka client and start the server:
./docker/kafka/download-kafka-client.sh
./docker/kafka/start.sh
Data producer(s):
`nl.codestar.producers.TrainLocationProducer` (for train positions from NDOVloket)
`nl.codestar.producers.OpenOVProducer` (for bus positions from OpenOV)
Consumer service:
`nl.codestar.consumers.positions.PositionsServer` (only for trains for the moment)
Try it at