Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 383 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 383 Bytes

mongo-query-aggregator

This library helps in aggregating insert, upsert and update calls across databases

Testing

To run tests:

$ python -m unittest discover

Installation

using pip:

$ pip install moquag

using setuptools:

$ git clone https://github.com/quantumgraph/mongo-query-aggregator
$ cd mongo-query-aggregator
$ pip install moquag