NoSQL | MongoDB Setup | PyMongo Commands

Published: 27 August 2023
on channel: Abhijit Paul
29
2

Medium:   / mongodb  
Connect with me at https://linktr.ee/abhijitpaul

NoSQL
NoSQL, also referred to as “not only SQL”, “non-SQL”, is an approach to database design that enables the storage and querying of data outside the traditional structures found in relational databases in schema-less JSON format.

MongoDB
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 supporting CRUD operations.

PyMongo
PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python