-
Notifications
You must be signed in to change notification settings - Fork 2
TransiTime InsertWebAPIData
Bodo Minea edited this page Nov 30, 2021
·
6 revisions
java \
-cp Core.jar org.transitclock.applications.CreateAPIKey \
-c "/usr/local/transitclock/config/AGENCY.xml" \
-n "Name" \
-u "https://url" \
-e "email@example.com" \
-p "000000000" \
-d "Description"
java \
-Dhibernate.connection.url=jdbc:mysql://localhost/DB_NAME \
-Dhibernate.connection.username=DB_USER \
-Dhibernate.connection.password=DB_PASS \
-cp Core.jar org.transitclock.db.webstructs.WebAgency \
GTFS_AGENCY_ID \
127.0.0.1 \
DB_NAME \
mysql \
0.0.0.0 \
DB_USER \
DB_PASS
- Introduction & Purpose
- Intended system architecture
- TheTransitClock (ex. TransiTime) RealTime predictions
-
Digitransit (Route planning)
- Prerequisite installation
- UI Installation
- OpenTripPlanner, the data package it needs and related config
- Pelias geocoder & Elasticsearch
- Vector map tile server (stop markers) tilelive otp stops
- EMQX MQTT Broker
- Feed GTFS Realtime data to the MQTT broker (gtfsrthttp2mqtt)
- Ports / Firewall / Reverse proxy-ing
- Auto-starting everything on boot
- Final result & words