You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add optional support to the core Docker image (hosted in ./oba) for real-time data (i.e. GTFS-RT data sources).
Here are three guides that will help. Please note that some of the information in these may be out of date, and some may be contradictory. Please help out when you find info that should be changed and drop an issue in the onebusaway-docs issue tracker.
As an IT administrator deploying a OneBusAway server
I want to be able to specify a tripUpdatesUrl, vehiclePositionsUrl, and alertsUrl
So that my users can get real-time data in their OBA apps.
Subtasks
Allow a user to optionally specify trip updates, vehicle positions, and alerts URLs at runtime. If one or more of these feeds are not available, they should not be added to the appropriate data-sources.xml file. In other words, the Dockerized server works fine whether it only serves static data or real time data.
Document the runtime behavior in an appropriate location (README?)
Optional: Improve the real-time configuration docs in the onebusaway-docs repo.
The text was updated successfully, but these errors were encountered:
@Altonhe per the email linked to below, the appropriate realtime bean config XML should go in the onebusaway-transit-data-federation-webapp data-sources.xml file.
We need to add optional support to the core Docker image (hosted in
./oba
) for real-time data (i.e. GTFS-RT data sources).Here are three guides that will help. Please note that some of the information in these may be out of date, and some may be contradictory. Please help out when you find info that should be changed and drop an issue in the onebusaway-docs issue tracker.
Test Feeds
These feeds are from Community Transit, a transit agency in Everett, Washington, USA.
User story
Subtasks
The text was updated successfully, but these errors were encountered: