Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

 

 

 

 

...

MongoDB internally defines a database as a set of collections, with each collection consisting of a set of documents.  These documents are essentially JSON objects.  In order to use MongoDB to save configuration information, additional python classes have been written on top of pymongo.