top of page
How to work with MongoDB using Python?
What is MongoDB? MongoDB is a NoSQL database which is used to store data in document form. It is an OpenSource Document oriented Database. It uses JSON (JavaScript Object Notation) for displaying documents. And BSON (Binary Object Notation) for storage and retrieval of data. MongoDB Features: Flexible schema Heavy read Allows documents inside a document Array functionalities Support for CRUD operations with aggregation Why MongoDB? MongoDB is Flexible Document based NoSQL D
2 min read
bottom of page