Meepo is event sourcing and event broadcasting for databases.
Documentation: https://meepo.readthedocs.org/
Requirements: | Python 2.x >= 2.7 or Python 3.x >= 3.2 or PyPy |
---|
To install the latest released version of Meepo:
$ pip install meepo
Meepo can be used to do lots of things, including replication, eventsourcing,
cache refresh/invalidate, real-time analytics etc. The limit is all the tasks
should be row-based, since meepo only gives table_action
-> pk
style events.
- Row-based database replication.
- Replicate RDBMS to NoSQL and search engine.
- Event Sourcing.
- Logging and Auditing
- Realtime analytics
Checkout documentation and examples/.