Fetches realtime transit data from VBB's VDV-454 API, matches it against GTFS Schedule data, and serves it as GTFS Realtime (GTFS-RT) via HTTP.
It uses the PostGIS GTFS importer to import the GTFS Schedule data into a new PostgreSQL database whenever it has changed.
todo
todo
The example docker-compose.yml
starts up a complete set of containers (vbb-gtfs-rt-server
and all of its dependencies: PostgreSQL & NATS).
Be sure to set POSTGRES_PASSWORD
, either via a .env
file or an environment variable.
POSTGRES_PASSWORD=my_secret_password docker-compose up
This project is ISC-licensed.
Note that PostGIS GTFS importer, one of the service's dependencies, is EUPL-licensed.