-
api_server/-- serves as backend -
frontend/-- Svelte frontend -
gtfs_import/-- CLI for importing GTFS Schedules -
kv6_projector/-- Projects Koppelvlakken 6 (Voertuig Status) events to designated tables -
realtime_ingest/-- Daemon listening to realtime data like KV6, KV15 or KV17 -
schemas/-- JSON-Schemas generated by api_server -
db_init/-- initialization scripts for timescaledb/postgresql -
postgresql.conf -- recommend config for PostgreSQL
-
nginx.conf -- recommend config for NGINX
Copyright (C) 2026 Friedel Schön
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.