Skip to content

[work in progress] – Matches realtime VDV-454 transit data against GTFS Schedule and serves it as GTFS Realtime.

License

Notifications You must be signed in to change notification settings

OpenDataVBB/gtfs-rt-feed

Repository files navigation

VBB GTFS-RT service

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.

ISC-licensed

It uses the PostGIS GTFS importer to import the GTFS Schedule data into a new PostgreSQL database whenever it has changed.

Installation

todo

Getting Started

todo

via docker-compose

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

License

This project is ISC-licensed.

Note that PostGIS GTFS importer, one of the service's dependencies, is EUPL-licensed.

About

[work in progress] – Matches realtime VDV-454 transit data against GTFS Schedule and serves it as GTFS Realtime.

Resources

License

Stars

Watchers

Forks