Minimongo refers either to [tag:meteor] client-side MongoDB database, or the Python lightweight schemaless object-oriented interface to MongoDB.
For meteor, Minimongo is an in-memory database with nearly full support for mongodb operations.
For python, Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface to MongoDB.
It provides a very thin, dynamically typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo
query syntax.
Minimongo can easily layer on top of existing MongoDB collections, and will work properly with almost any existing schema, even from third party applications.