This library helps in aggregating insert, upsert and update calls across databases
To run tests:
$ python -m unittest discover
using pip:
$ pip install moquag
using setuptools:
$ git clone https://github.com/quantumgraph/mongo-query-aggregator
$ cd mongo-query-aggregator
$ pip install moquag