Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microprediction/rediz
Supporting community nowcasts at www.microprediction.org
https://github.com/microprediction/rediz
nowcast nowcasting prediction timeseries timeseries-analysis timeseries-forecasting
Last synced: 18 days ago
JSON representation
Supporting community nowcasts at www.microprediction.org
- Host: GitHub
- URL: https://github.com/microprediction/rediz
- Owner: microprediction
- Created: 2020-01-17T19:21:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T14:16:21.000Z (about 1 year ago)
- Last Synced: 2024-08-09T03:16:39.915Z (3 months ago)
- Topics: nowcast, nowcasting, prediction, timeseries, timeseries-analysis, timeseries-forecasting
- Language: Python
- Homepage: https://www.microprediction.org
- Size: 908 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rediz
Server code for open community microprediction at www.microprediction.org.
### Microprediction.Org
![](https://i.imgur.com/yKItXmT.png)
### Overview
The python packages called "microprediction" (user client library) and "rediz" (system implementation using redis as transport) are demonstrated at www.microprediction.org, where they
make it easy for anyone who needs a live source of data predicted to receive help from clever humans and self-navigating time series algorithms. They do this by:- Obtaining a write_key with microconventions.create_key(difficulty=12), which takes several hours
- Using the write_key to update a live quantity, such as https://www.microprediction.org/live/cop.json
- Repeating often.They can then access history (e.g. https://www.microprediction.org/live/lagged::cop.json) and predictions (e.g. https://www.microprediction.org/cdf/cop.json). This is an easy way to
normalize data and perform anomaly detection. Over time it may garner other insights such as assessment of the predictive value of the data stream the identities of streams that
might be causally related.This setup is especially well suited to collective prediction of civic data streams such as transport, water, electricity, public supply chain indicators or the spread of infectious diseases. The client
library
https://github.com/microprediction/rediz/blob/master/README.md and site www.microprediction.org provide more information.### Related packages and dependencies
muid getjson
| |
microconventions
| |
rediz microprediction
- Conventions https://github.com/microprediction/microconventions/blob/master/README.md
- Microprediction https://github.com/microprediction/rediz/blob/master/README.md### Rediz details
This may be a little stale.
- https://github.com/microprediction/rediz/blob/master/README_REDIZ.md
- https://github.com/microprediction/rediz/blob/master/README_REDIZ_DETAILS.md