SlideShare a Scribd company logo
1 of 17
Workshop
@
Ramnshee Infotech
By Jainul Musani
SESSION:02
2
Journy of MongoDB starts Now.
 What MongoDB ?
 Tools We are going to use
 How to work with MongoDB
 How to organize data in database,
 How to query
 How to write to database
 Data modeling
 Indexing
SESSION:02
Journy of MongoDB starts Now.
 Practice Exercises
 Assignments
 Quiz
SESSION:02
What is database - MongoDB?
 A database, meaning a structured way to store and
access data.
 Tables are used to store data in database in RDBMS
 Storing data in Row and Columns i.e. Library CArd, List
of employees etc.
 MongoDB is a NoSQL document database.
 No legacy approach of data.
SESSION:02
What is database - MongoDB?
 Records / information stored in document (json)
 Data stored in organized way but not in the form of R/C
 These documents are in turn stored in what we call
collections of documents.
 Documents together in a collection.
SESSION:02
Quick – QUIZ -1
 Why is MongoDB a NoSQL database?
 Because it does not utilize tables, rows and columns to
organize data
 Because it uses a structured way to store and access
data
SESSION:02
What is Document in MongoDB
 A document is a way to organize and store data as
 a set of field-value pairs.
{
<field> : <value>,
<field> : <value>,
name : ‘Laxami’,
title : ‘Team Lead’,
age : 26
}
SESSION:02
<field> – unique identifier for
some data point
<value> – data related to the
given identifier
What is Collection in MongoDB
 A collection is an organized store of documents

SESSION:02
{
name : ‘Laxami’,
title : ‘Team Lead’,
age : 26
}
{
name : ‘Ravi’,
title : ‘Developer’,
age : 37
}
{
name : ‘Surbhi’,
title : ‘Asst. HR’,
age : 29
}
Quick – QUIZ -2
 Select the statements that together help build the most
complete definition of the MongoDB database:
 The MongoDB database is an organized way to store and
access data.
 MongoDB database organizes documents in rows and
columns.
 MongoDB's database uses tables of related data.
 MongoDB is a NoSQL database that uses documents to
store data in an organized way.
SESSION:02
Quick – QUIZ -3
 In MongoDB how does a document relate to a collection?
 Collections consist of one or many documents.
 Collections are tables of documents and other
collections.
 Documents are made up of collections.
 Collections are documents that are organized in rows
and columns.
SESSION:02
Quick – QUIZ -4
 In a MongoDB Document what is the role of fields and
values?
 Values do not have to be attached to fields, and can be
stand alone data points.
 A field is a unique identifier for a specific datapoint.
 Each field has a value associated with it.
SESSION:02
What is MongoDB Atlas ?
 Atlas cloud database is fully managed database with
wide range of services
 In center its MongoDB use Atlas for data storage and
retrieval, analyze, export and build applications with
your data.
 Many different services and tools available in Atlas.
SESSION:02
What is MongoDB Atlas ?
 Atlas users can deploy CLUSTERS (group of servers to
store your data)
 This servers are configured in replica sets.
 Replica Set – few connected mongoDB instances store
the SAME DATA.
 An instance is a single machine local or in the cloud
running certain software or services.
 Benefit : something happened to a one instance of
dataset, than also data remain intact and remain
available from other replica set.
SESSION:02
What is MongoDB Atlas ?
 Drawback of replica set: every time you update a
document or collection will update the every replica
set and redundant copy of data. It will overhead and
slower the process.
 If you deploy your cluster, it will automatically be
configured as a replica set.
 No need any expert skill to manage cluster and replica
set for mongoDB.
SESSION:02
MongoDB Atlas Services
 Atlas manages the details of managing the cluster
creations.
 Simplifies the operational overhead of running and
maintain database deployment.
 It includes deployment over cloud provides and local
 With Atlas experiment and deployment of new mongoDB
tools are very easy.
SESSION:02
MongoDB Atlas Services
 Atlas services are paid, different charges to be paid for
different service packages.
 Atlas free tier – allow to deploy free cluster
 3 – server replica set
 512 MB storage
 Never expire
 Sub-set of other services i.e. Charts
 Use the MongoDB Admin Course to know how to deploy
/ configure and maintain locally
SESSION:02
Quick – QUIZ -5
 How is MongoDB Atlas related to MongoDB the
Database?
 Atlas is a MongoDB service that can work with any
database, but in this course it will be used with
MongoDB.
 Atlas has many tools and services within it that are
built specifically for the MongoDB Database.
 They both are MongoDB products.
 MongoDB Database has the same functionality as Atlas,
but without the friendly user interface.
SESSION:02

More Related Content

What's hot

What's hot (20)

Mongo DB 102
Mongo DB 102Mongo DB 102
Mongo DB 102
 
Basics of MongoDB
Basics of MongoDB Basics of MongoDB
Basics of MongoDB
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
The Basics of MongoDB
The Basics of MongoDBThe Basics of MongoDB
The Basics of MongoDB
 
Mongo db intro.pptx
Mongo db intro.pptxMongo db intro.pptx
Mongo db intro.pptx
 
Mongodb - NoSql Database
Mongodb - NoSql DatabaseMongodb - NoSql Database
Mongodb - NoSql Database
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
 
MongoDB presentation
MongoDB presentationMongoDB presentation
MongoDB presentation
 
Relational databases vs Non-relational databases
Relational databases vs Non-relational databasesRelational databases vs Non-relational databases
Relational databases vs Non-relational databases
 
Introduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operationsIntroduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operations
 
Mongo db
Mongo dbMongo db
Mongo db
 
Introduction to NoSQL
Introduction to NoSQLIntroduction to NoSQL
Introduction to NoSQL
 
NOSQL vs SQL
NOSQL vs SQLNOSQL vs SQL
NOSQL vs SQL
 
MongoDB 101
MongoDB 101MongoDB 101
MongoDB 101
 
Data models
Data modelsData models
Data models
 
Mongo db dhruba
Mongo db dhrubaMongo db dhruba
Mongo db dhruba
 
Big Data & Hadoop Tutorial
Big Data & Hadoop TutorialBig Data & Hadoop Tutorial
Big Data & Hadoop Tutorial
 
Sql vs NoSQL-Presentation
 Sql vs NoSQL-Presentation Sql vs NoSQL-Presentation
Sql vs NoSQL-Presentation
 
Mysql joins
Mysql joinsMysql joins
Mysql joins
 
Hadoop HDFS.ppt
Hadoop HDFS.pptHadoop HDFS.ppt
Hadoop HDFS.ppt
 

Similar to MongoDB-SESSION02

MongoDB Lab Manual (1).pdf used in data science
MongoDB Lab Manual (1).pdf used in data scienceMongoDB Lab Manual (1).pdf used in data science
MongoDB Lab Manual (1).pdf used in data science
bitragowthamkumar1
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
ijcsity
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
ijcsity
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
ijcsity
 
Everything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptxEverything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
 

Similar to MongoDB-SESSION02 (20)

nosql [Autosaved].pptx
nosql [Autosaved].pptxnosql [Autosaved].pptx
nosql [Autosaved].pptx
 
MongoDB Lab Manual (1).pdf used in data science
MongoDB Lab Manual (1).pdf used in data scienceMongoDB Lab Manual (1).pdf used in data science
MongoDB Lab Manual (1).pdf used in data science
 
Analysis on NoSQL: MongoDB Tool
Analysis on NoSQL: MongoDB ToolAnalysis on NoSQL: MongoDB Tool
Analysis on NoSQL: MongoDB Tool
 
Introduction to MongoDB and its best practices
Introduction to MongoDB and its best practicesIntroduction to MongoDB and its best practices
Introduction to MongoDB and its best practices
 
MongoDB-SESION01
MongoDB-SESION01MongoDB-SESION01
MongoDB-SESION01
 
Unit 3 MongDB
Unit 3 MongDBUnit 3 MongDB
Unit 3 MongDB
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
 
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
MONGODB VS MYSQL: A COMPARATIVE STUDY OF PERFORMANCE IN SUPER MARKET MANAGEME...
 
MongoDB DOC v1.5
MongoDB DOC v1.5MongoDB DOC v1.5
MongoDB DOC v1.5
 
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYCHands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
 
Everything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptxEverything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptx
 
A Study on Mongodb Database.pdf
A Study on Mongodb Database.pdfA Study on Mongodb Database.pdf
A Study on Mongodb Database.pdf
 
A Study on Mongodb Database
A Study on Mongodb DatabaseA Study on Mongodb Database
A Study on Mongodb Database
 
What are the major components of MongoDB and the major tools used in it.docx
What are the major components of MongoDB and the major tools used in it.docxWhat are the major components of MongoDB and the major tools used in it.docx
What are the major components of MongoDB and the major tools used in it.docx
 
Top MongoDB interview Questions and Answers
Top MongoDB interview Questions and AnswersTop MongoDB interview Questions and Answers
Top MongoDB interview Questions and Answers
 
MongoDB eBook a complete guide to beginners
MongoDB eBook a complete guide to beginnersMongoDB eBook a complete guide to beginners
MongoDB eBook a complete guide to beginners
 
Introduction to NoSQL
Introduction to NoSQLIntroduction to NoSQL
Introduction to NoSQL
 
how_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdfhow_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdf
 
Mongodb
MongodbMongodb
Mongodb
 

More from Jainul Musani

More from Jainul Musani (20)

Python: The Versatile Programming Language - Introduction
Python: The Versatile Programming Language - IntroductionPython: The Versatile Programming Language - Introduction
Python: The Versatile Programming Language - Introduction
 
Python a Versatile Programming Language - Introduction
Python a Versatile Programming Language - IntroductionPython a Versatile Programming Language - Introduction
Python a Versatile Programming Language - Introduction
 
React js t8 - inlinecss
React js   t8 - inlinecssReact js   t8 - inlinecss
React js t8 - inlinecss
 
React js t7 - forms-events
React js   t7 - forms-eventsReact js   t7 - forms-events
React js t7 - forms-events
 
React js t6 -lifecycle
React js   t6 -lifecycleReact js   t6 -lifecycle
React js t6 -lifecycle
 
React js t5 - state
React js   t5 - stateReact js   t5 - state
React js t5 - state
 
React js t4 - components
React js   t4 - componentsReact js   t4 - components
React js t4 - components
 
React js t3 - es6
React js   t3 - es6React js   t3 - es6
React js t3 - es6
 
React js t2 - jsx
React js   t2 - jsxReact js   t2 - jsx
React js t2 - jsx
 
React js t1 - introduction
React js   t1 - introductionReact js   t1 - introduction
React js t1 - introduction
 
ExpressJs Session01
ExpressJs Session01ExpressJs Session01
ExpressJs Session01
 
NodeJs Session03
NodeJs Session03NodeJs Session03
NodeJs Session03
 
NodeJs Session02
NodeJs Session02NodeJs Session02
NodeJs Session02
 
Nodejs Session01
Nodejs Session01Nodejs Session01
Nodejs Session01
 
Java exercise1
Java exercise1Java exercise1
Java exercise1
 
Fundamentals of JDBC
Fundamentals of JDBCFundamentals of JDBC
Fundamentals of JDBC
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Cassandra-vs-MongoDB
Cassandra-vs-MongoDBCassandra-vs-MongoDB
Cassandra-vs-MongoDB
 
MongoDB-SESSION03
MongoDB-SESSION03MongoDB-SESSION03
MongoDB-SESSION03
 

Recently uploaded

Recently uploaded (20)

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 

MongoDB-SESSION02

  • 2. Journy of MongoDB starts Now.  What MongoDB ?  Tools We are going to use  How to work with MongoDB  How to organize data in database,  How to query  How to write to database  Data modeling  Indexing SESSION:02
  • 3. Journy of MongoDB starts Now.  Practice Exercises  Assignments  Quiz SESSION:02
  • 4. What is database - MongoDB?  A database, meaning a structured way to store and access data.  Tables are used to store data in database in RDBMS  Storing data in Row and Columns i.e. Library CArd, List of employees etc.  MongoDB is a NoSQL document database.  No legacy approach of data. SESSION:02
  • 5. What is database - MongoDB?  Records / information stored in document (json)  Data stored in organized way but not in the form of R/C  These documents are in turn stored in what we call collections of documents.  Documents together in a collection. SESSION:02
  • 6. Quick – QUIZ -1  Why is MongoDB a NoSQL database?  Because it does not utilize tables, rows and columns to organize data  Because it uses a structured way to store and access data SESSION:02
  • 7. What is Document in MongoDB  A document is a way to organize and store data as  a set of field-value pairs. { <field> : <value>, <field> : <value>, name : ‘Laxami’, title : ‘Team Lead’, age : 26 } SESSION:02 <field> – unique identifier for some data point <value> – data related to the given identifier
  • 8. What is Collection in MongoDB  A collection is an organized store of documents  SESSION:02 { name : ‘Laxami’, title : ‘Team Lead’, age : 26 } { name : ‘Ravi’, title : ‘Developer’, age : 37 } { name : ‘Surbhi’, title : ‘Asst. HR’, age : 29 }
  • 9. Quick – QUIZ -2  Select the statements that together help build the most complete definition of the MongoDB database:  The MongoDB database is an organized way to store and access data.  MongoDB database organizes documents in rows and columns.  MongoDB's database uses tables of related data.  MongoDB is a NoSQL database that uses documents to store data in an organized way. SESSION:02
  • 10. Quick – QUIZ -3  In MongoDB how does a document relate to a collection?  Collections consist of one or many documents.  Collections are tables of documents and other collections.  Documents are made up of collections.  Collections are documents that are organized in rows and columns. SESSION:02
  • 11. Quick – QUIZ -4  In a MongoDB Document what is the role of fields and values?  Values do not have to be attached to fields, and can be stand alone data points.  A field is a unique identifier for a specific datapoint.  Each field has a value associated with it. SESSION:02
  • 12. What is MongoDB Atlas ?  Atlas cloud database is fully managed database with wide range of services  In center its MongoDB use Atlas for data storage and retrieval, analyze, export and build applications with your data.  Many different services and tools available in Atlas. SESSION:02
  • 13. What is MongoDB Atlas ?  Atlas users can deploy CLUSTERS (group of servers to store your data)  This servers are configured in replica sets.  Replica Set – few connected mongoDB instances store the SAME DATA.  An instance is a single machine local or in the cloud running certain software or services.  Benefit : something happened to a one instance of dataset, than also data remain intact and remain available from other replica set. SESSION:02
  • 14. What is MongoDB Atlas ?  Drawback of replica set: every time you update a document or collection will update the every replica set and redundant copy of data. It will overhead and slower the process.  If you deploy your cluster, it will automatically be configured as a replica set.  No need any expert skill to manage cluster and replica set for mongoDB. SESSION:02
  • 15. MongoDB Atlas Services  Atlas manages the details of managing the cluster creations.  Simplifies the operational overhead of running and maintain database deployment.  It includes deployment over cloud provides and local  With Atlas experiment and deployment of new mongoDB tools are very easy. SESSION:02
  • 16. MongoDB Atlas Services  Atlas services are paid, different charges to be paid for different service packages.  Atlas free tier – allow to deploy free cluster  3 – server replica set  512 MB storage  Never expire  Sub-set of other services i.e. Charts  Use the MongoDB Admin Course to know how to deploy / configure and maintain locally SESSION:02
  • 17. Quick – QUIZ -5  How is MongoDB Atlas related to MongoDB the Database?  Atlas is a MongoDB service that can work with any database, but in this course it will be used with MongoDB.  Atlas has many tools and services within it that are built specifically for the MongoDB Database.  They both are MongoDB products.  MongoDB Database has the same functionality as Atlas, but without the friendly user interface. SESSION:02