Introduction to MongoDB
Introduction to MongoDB
• SQL Vs NoSQL
• MongoDB – Introduction
Reference: https://www.geeksforgeeks.org/mongodb-an-introduction/
SQL Vs NoSQL
SQL Vs NoSQL
MongoDB - Introduction
MongoDB, the most popular NoSQL database, is an open-source document-
oriented database.
This format
A simple of storage
MongoDB is called BSON (Binary JSON (JavaScript Object
document
Notation
Structure:- popular standard for data interchange on the web))
MongoDB - Introduction
The values of fields may include other documents, arrays, and arrays of
documents.
MongoDB - Introduction MongoDB - Features
•Aggregation:
• Aggregation operations process data records and return the
computed results.
• It is similar to the GROUPBY clause in SQL.
Where do we use MongoDB?