transitmatters / data-ingestion

Crontab for data ingestion/processing on AWS Lambda
MIT License
4 stars 3 forks source link

feat: Ingest Yankee Shuttle Travel Times every minute #72

Closed rudiejd closed 6 months ago

rudiejd commented 8 months ago

First PR for ingesting data from the Samsara API provided by Yankee transit. This establishes a lambda that will call the API every minute, persisting the bus positions for which we can detect that the bus is in a shuttle shape in GTFS.

devinmatte commented 7 months ago

There's a few bits of commented out code, any of that needed still?

rudiejd commented 7 months ago

There's a few bits of commented out code, any of that needed still?

nope! should all be removed now. Mostly for my own use when debugging locally