DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

MangoDB


MangoDB is a parody DBMS of MongoDB. It supports the MongoDB wire protocol but all writes go to /dev/null (i.e., they are lost forever). It was inspired by the "MongoDB is Webscale" cartoon from 2010.

Source Code
https://github.com/dcramer/mangodb[01]
Developer
Country of Origin
US
Start Year
2012 [03]
Project Types
Hobby, Open Source
Written in
Python
Compatible With
MongoDB

Database Entry

MangoDB


MangoDB is a parody DBMS of MongoDB. It supports the MongoDB wire protocol but all writes go to /dev/null (i.e., they are lost forever). It was inspired by the "MongoDB is Webscale" cartoon from 2010.

Concurrency Control[02]


MangoDB maintains a single lock on the entire database.

Data Model


Indexes


Query Interface


Citations

3 sources
  1. GitHub - dcramer/mangodb: A database that operates at CLOUD SCALE · GitHub github.com
  2. mangodb/server.py at master · dcramer/mangodb · GitHub github.com
  3. Initial commit github.com
Revision #2 Last Updated: