An open API service indexing awesome lists of open source software.

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.

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