Skip to content

eleme/meepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8212f0f · Feb 7, 2018
Dec 12, 2014
Dec 6, 2014
Jan 9, 2015
Mar 24, 2015
Nov 25, 2014
Dec 5, 2014
Nov 26, 2014
Feb 7, 2018
Dec 12, 2014
Dec 5, 2014
Dec 5, 2014

Repository files navigation

Meepo

http://img.shields.io/travis/eleme/meepo/master.svg?style=flat http://img.shields.io/pypi/v/meepo.svg?style=flat http://img.shields.io/pypi/dm/meepo.svg?style=flat

Meepo is event sourcing and event broadcasting for databases.

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

Installation

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/.