Please enable JavaScript.
Coggle requires JavaScript to display documents.
MongoDB and the Document Model - Coggle Diagram
MongoDB and the Document Model
MongoDB and the Document Model
JSON Document
Flexible and Developer-Friendly
Basic Unit of Data in MongoDB
BSON (Binary JSON)
Extension of JSON
Supports Additional Data Types (Dates, Numbers, ObjectIDs)
Document Displayed in JSON, Stored in BSON
General Purpose Document Database
Suitable for Wide Variety of Use Cases
Manage Data Using Atlas Data Explorer
Tool to Interact with and Manage Data from Atlas UI
Editing, Deleting Data
Writing and Testing Queries
Create and View
Documents
Collections
Database
View
Total Storage Size of Collection
Total Number of Documents
MongoDB Data Model
Flexible Schema
Allows Modification of Application Data Structure Without Extensive Setup or Downtime
Polymorphic Data Support
Documents in Collection Can Contain Different Field and Value Types
MongoDB Database
Core of MongoDB Atlas
Database: Container for Collections
ObjectIDs: Unique Identifiers for the _id Field
Collection: Grouping of Documents