Study Path Agent Study Path Agent
Generate Your Own
MongoDB
31 topics across 7 chapters
Chapter 1
Install MongoDB
1
Install on Windows
2
Install on macOS
3
Install on Linux
Chapter 2
Setup Local Development Environment
4
Compass and GUI Tools
5
mongosh vs Mongo Shell
6
MongoDB Atlas Basic Setup
Chapter 3
MongoDB Overview and Core Concepts
7
CAP Properties and Consistency Models
8
Document Model Basics
Chapter 4
Data Modeling Fundamentals
9
Data Modeling Best Practices
10
Schema Design Patterns
11
Embedding vs Referencing
Chapter 5
CRUD Operations
12
Create Documents (Insert/Upsert)
13
Read Operations and Queries
14
Update Documents
15
Delete Documents
Chapter 6
Query Language and Operators
16
Basic Queries and Filters
17
Projections and Field Selection
18
Update Operators and Modifiers
19
Aggregation Basics and Pipelines
Chapter 7
Aggregation Framework
20
Aggregation Pipeline Stages
21
Grouping, Accumulators, and Facets
22
$lookup and Join-Like Operations
23
Advanced Aggregation: Buckets, Windows