https://github.com/rustyconover/nj511-microprediction
NJ511 driving times loaded into Microprediction.org
https://github.com/rustyconover/nj511-microprediction
Last synced: about 1 year ago
JSON representation
NJ511 driving times loaded into Microprediction.org
- Host: GitHub
- URL: https://github.com/rustyconover/nj511-microprediction
- Owner: rustyconover
- Created: 2020-08-31T19:13:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T19:15:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T18:11:41.705Z (about 1 year ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import NJ511 Traffic Times to to Microprediction
This module imports the traffic driving times for various NJ roads, tunnels
and bridges to Microprediction.org
## Data Source
The data is sourced from various urls from NJ511.org
## Implementation Details
There is a single Lambda function that is run as a scheduled
CloudWatch Event every 3 minutes to pull new data. This function
is created using webpack to amalgamate the various imported modules.
It runs in about 4 seconds or less.
The write keys are not included in this repo.