Skip to main content

MongoDB

Learn MongoDB from the document model up: BSON types, collections, CRUD queries, indexes, the aggregation pipeline, and the schema decisions — embedding versus referencing — that determine whether a NoSQL database scales or struggles.

30 chapters 7h 30m

What you'll learn

  • Introduction to MongoDB and NoSQL Databases
  • Installing MongoDB and MongoDB Compass
  • Understanding Documents and Collections
  • Creating Databases and Collections
  • MongoDB Data Types Explained
  • Inserting Documents in MongoDB
  • Finding and Querying Documents
  • Updating Documents in MongoDB