Skip to content

fahrgemeinschaft/ride-to-gtfs-converter

Repository files navigation

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/.

About

converts single rides into gtfs format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published