You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

 

  • No labels