https://github.com/rustyconover/microprediction-stream-logger
A logger for Microprediction.org streams
https://github.com/rustyconover/microprediction-stream-logger
Last synced: about 1 year ago
JSON representation
A logger for Microprediction.org streams
- Host: GitHub
- URL: https://github.com/rustyconover/microprediction-stream-logger
- Owner: rustyconover
- Created: 2020-09-01T03:03:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T14:19:17.000Z (over 5 years ago)
- Last Synced: 2025-03-28T18:11:41.229Z (about 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log Microprediction.org streams to S3
This module logs that streams at Microprediction.org to S3 periodically
such that streams that exhibit period behavior longer than the 1,000
data point buffer can be more accurately modelled.
## Implementation Details
There is a single Lambda function that is run as a scheduled
CloudWatch Event every 12 hours. This function
is created using webpack to amalgamate the various imported modules.