mongo_observer

An easy way to asynchronously subscribe to state change events on a given mongo collection


Keywords
collection, mongodb, oplog, observer, livecollection, meteor
Install
pip install mongo_observer==0.0.1

Documentation

Mongo Observer

Mongo Observer aims to provide an easy way to asynchronously subscribe to state change events on a given mongo collection.

Installation

pip install mongo_observer

Usage