From dcff5c78e76a036d74a398bab7ec604d956207379ce0ffc094a3d95fd105dca7 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 6 Nov 2025 12:43:33 -0800 Subject: [PATCH] edited README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b15cc..0634439 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and a ## 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 -## set to your environment +## set your environment ### Data directory 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. ### .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 `docker compose build`