MongoDB

Introduction

"MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL) which is deemed non-free by several distributions." -- Introduction from Wikipedia

Drivers

Python

Using python with MongoDB is made possible using the pymongo driver.

References

Web Links

Note Links