MongoDB
A NoSQL database--basically, JSON in the cloud
Perhaps read these first
You may find it helpful to read the following pages before this one.
- Databases
- JSON
MongoDB is an example of a so-called “NoSQL database”. It is essentially a way to:
- construct a key value store (such as a Python Dictionary, or a JSON object)
- store in the cloud
- retreive it later when needed.