Skip to content

Commit

Permalink
Add note about running GTFS-RT monitor to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Dec 7, 2022
1 parent 4441f3e commit 63a0d74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Now you can run:
python3 mqtt_data_collector.py
```

### Run GTFS-RT data collector

Add list of GTFS-RT URLs to an environment variable named `GTFSRT_URLS` and run:

```bash
python3 gtfsrt_data_collector.py
```

## Deployment

Deployment is done with ansible on the pulsar proxy server. In order to update this app, create a new release in github: https://github.com/HSLdevcom/transitdata-monitor-data-collector/releases/new and then run the pulsar proxy playbook.

0 comments on commit 63a0d74

Please sign in to comment.