Metadata-Version: 2.1
Name: popoto
Version: 0.0.3
Summary: A Python Redis ORM
Home-page: https://github.com/tomcounsell/popoto
Author: Tom Counsell
Author-email: other@tomcounsell.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tomcounsell/popoto/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Popoto - A Redis ORM

Object Types
 - document storage (like Mongo)
 - key, value (like base Redis)
 - timeseries (like TimescaleDB)
 - graph relationships (like Neo4j)

Popoto is ideal for streaming data. Allowing you to update states and trigger actions in real time. 
Currently being used for:
 - trigger buy/sell actions from streaming price data
 - trigger user notifications from real time analytics
 - robots sending each other messages for teamwork
 - compressing sensor data and training neural networks

Popoto gets it's name from the [Māui dolphin](https://en.wikipedia.org/wiki/M%C4%81ui_dolphin) subspeciesis - the world's smallest dolphin subspecies.
Because dolphins are fast moving, agile, and work together in social groups. In the same way, Popoto wraps Redis and RedisGraph to make it easy to manage streaming timeseries data on a social graph.


