eleme / meepo

Event sourcing and broadcasting for database.

Home Page:https://meepo.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meepo

image

image

image

Meepo is event sourcing and event broadcasting for databases.

Documentation: https://meepo.readthedocs.org/

Installation

bash

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

Features

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

Usage

Checkout documentation and examples/.

About

Event sourcing and broadcasting for database.

https://meepo.readthedocs.org/

License:MIT License


Languages

Language:Python 100.0%