New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rediz

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rediz

Powering community nowcasts at www.microprediction.org

  • 1.0.12
  • PyPI
  • Socket score

Maintainers
1

Rediz

Server code for open community microprediction at www.microprediction.org.

Microprediction.Org

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.

 muid      getjson
   |           |
 microconventions 
   |           | 
 rediz        microprediction

Rediz details

This may be a little stale.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc