mongoowl

mongoowl 2.0.0

mongostat is a MongoDB console command that reports on the status of a currently running mongod and/or mongos processes.While very useful, like most CLI tools, its output is extremely difficult to read, especially for database administrators not familiar...

Mongorito

Mongorito 1.4.6 updated

Mongorito lets developers easily interact and run various database transactions against MongoDB, a popular document-oriented database management system. The package is basically an ORM for MongoDB, but since MongoDB is a NoSQL database and has no tables...

Mongothon

Mongothon 0.7.19

Based on the Mongoose.js library, Mongothon implements an ODM (object-document model) for MongoDB NoSQL databases.This allows easier document management via simple Python calls instead of complicated code structures and hundreds of code lines.This means...

Mongous

Mongous 0.2.7

MongoDB is a document-oriented database management system. A driver is a client library that provides an API for connecting to MongoDB servers, performing queries and updates on those servers, and performing administrative tasks like creating indexes...

Mongs

Mongs 1.0

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments. Mongs uses Python to connect to a MongoDB server, and build an interface for searching and viewing its data.Editing is not supported, but Mongs was...

Monk

Monk 0.11.2

Provides tools for schema, data, query, models manipulation and validation.Monk's source code can also be used with other DBs as well, making this a pretty generic ODM for Python developers. Nevertheless, MongoDB is the only out-of-the-box supported...

Moped

Moped 2.0.7 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. The driver will allow Ruby apps to save, retrieve, write and use data stored in MongoDB databases. Moped exposes a simple, elegant, fast and well tested MongoDB-Ruby...

MoSQL

MoSQL 0.10

MoSQL is a lightweight module that allows Python developers to use Python-specific syntax to work with SQL-driven databases.This means the code written to interact with the database looks like Python, but is converted to standard, working SQL statements...

MoSQL

MoSQL 0.4.3 updated

MoSQL works in real-time by streaming data found inside a MongoDB database to a remote (or local) PostgreSQL installation.It's sole purpose is to provide a fallback system in case the MongoDB server goes down, or data needs to be accessed in real-time by...

mViewer

mViewer 0.9.2

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments. Working with MongoDB can be a real hell if you don't like command line interfaces.That's why soon after its release, seeing the database's potential,...