n.data.0.1.24.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data Show documentation
Show all versions of data Show documentation
Provides an interface to Amtrak's Station and Train data.
The newest version!
amtrak:
retry-enabled: true
route-metadata: ./src/main/resources/metadata/route_stop_order.txt
gtfs:
schema: https
host: //content.amtrak.com
path: /content/gtfs/GTFS.zip
data-dictionary: data
web-client:
connectionTimeoutInMilliseconds: 60000
responseTimeoutInMilliseconds: 60000
readTimeoutInMilliseconds: 60000
writeTimeoutInMilliseconds: 60000
retry:
maxRetryCount: 5
delay: 1000
maxDelay: 10000
multiplier: 1.2