MangoDB is a parody DBMS of MongoDB. It supports the MongoDB wire protocol but all writes go to /dev/null (i.e., data is not stored and all writes 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]
- End Year
- 2018
- Project Types
- Hobby, Open Source
- Written in
- Python
- Inspired By
- MongoDB
- Compatible With
- MongoDB
- Operating System
- Linux
Since any operation on the DBMS discards data, all operations complete in constant time.
MangoDB is a parody DBMS of MongoDB. It supports the MongoDB wire protocol but all writes go to /dev/null (i.e., data is not stored and all writes are lost forever). It was inspired by the "MongoDB is Webscale" cartoon from 2010.
Since any operation on the DBMS discards data, all operations complete in constant time.
Citations
3 sources
Revision #6
Last Updated: