Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 586 Bytes

ride-to-gtfs-converter

Converts single rides into GTFS format.

Run application

Define database connection and GTFS option properties in the application.properties file:

  • spring.datasource.url
  • spring.datasource.username
  • spring.datasource.password ...

or use environment variables:

  • DB_URL
  • DB_USERNAME
  • DB_PASSWORD ...

./gradlew clean bootRun --args 'runOnce'

to start the application and generate the GTFS once.

./gradlew clean bootRun

to start the application and generate the GTFS by the given cron schedule.

Default GTFS output directory is data/.