meepo2

event sourcing for databases.


Keywords
eventsourcing, event, sourcing, replication, cache, elasticsearch
License
MIT
Install
pip install meepo2==0.2.5

Documentation

Meepo2

http://img.shields.io/travis/huskar-org/meepo2/master.svg?style=flat http://img.shields.io/pypi/v/meepo2.svg?style=flat http://img.shields.io/pypi/dm/meepo2.svg?style=flat

Meepo2 is event sourcing and event broadcasting for databases.

Documentation: https://meepo2.readthedocs.org/

Installation

Requirements: Python 2.x >= 2.7 or Python 3.x >= 3.2 or PyPy

To install the latest released version of Meepo2:

$ pip install meepo2

Features

Meepo2 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 meepo2 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

Usage

Checkout documentation and examples/.