edited README
This commit is contained in:
parent
7c923e9cdf
commit
dcff5c78e7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@ Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and a
|
||||||
## Input
|
## Input
|
||||||
This reads from the `data/gtfs/agency_list.csv` file, edit this file to include the transit agencies that you want to scrape, add the relevant IDs from mobilitydatabase.org
|
This reads from the `data/gtfs/agency_list.csv` file, edit this file to include the transit agencies that you want to scrape, add the relevant IDs from mobilitydatabase.org
|
||||||
|
|
||||||
## set to your environment
|
## set your environment
|
||||||
### Data directory
|
### Data directory
|
||||||
edit dagster.yaml to specify the correct data directory under run_launcher.
|
edit dagster.yaml to specify the correct data directory under run_launcher.
|
||||||
|
|
||||||
Right now it says: `/home/ben/code/gtfs-dagster/data:/opt/dagster/app/data`, change the first part to where you want the data to be stored.
|
Right now it says: `/home/ben/code/gtfs-dagster/data:/opt/dagster/app/data`, change the first part to where you want the data to be stored.
|
||||||
|
|
||||||
### .env file
|
### .env file
|
||||||
copy `env.sample` to `.env` and change the password
|
copy `env.sample` to `.env` and change the database password and the mobility database refresh token
|
||||||
|
|
||||||
# Run it
|
# Run it
|
||||||
`docker compose build`
|
`docker compose build`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue