Introduction
  • Let's get connected! Join the Learning Community
  • LECTURE - Course Navigation
  • LECTURE - Closed Captions for the Video Lectures
MongoDB Overview
  • LECTURE - Where MongoDB is used?
  • LECTURE - Relational vs Document Databases
  • LECTURE - MongoDB Structure
  • LECTURE - MongoDB Shell and MongoDB Server
MongoDB Installation
  • PRACTICE - Installation of the MongoDB on the local computer
  • PRACTICE - Launch MongoDB Server and connect to it from the MongoDB Shell
  • LECTURE - MongoDB database in the Cloud
  • PRACTICE - Exploring MongoDB Shell
  • PRACTICE - Installing and Exploring Robo 3T (previously Robomongo)
Data Formats in MongoDB
  • LECTURE - JSON Overview
  • LECTURE - Difference between JSON and JavaScript Object
  • LECTURE - How Documents are stored in the Database? - BSON Format
  • LECTURE - What is Extended JSON?
  • LECTURE - Data Types representation in Extended JSON
  • LECTURE - How types are stored in BSON?
Collection Creation and Documents Insertion
  • LECTURE - Creation of the new Collection
  • LECTURE - Insert Methods insertOne() and insertMany()
  • LECTURE - Sample Data Overview
  • PRACTICE - Insert Sample Documents into the Collection
Finding Documents
  • LECTURE - Find Methods find() and findOne()
  • PRACTICE - Finding Documents
  • LECTURE - Query Operators Overview
  • PRACTICE - Finding Documents with Query Operators
  • LECTURE - Sort, Limit and Skip helper methods
  • PRACTICE - Sort, Limit and Skip
Updating Documents
  • LECTURE - Update Methods updateOne() and updateMany()
  • LECTURE - Update Operators
  • PRACTICE - Updating Documents using Update Operators
Deleting Documents
  • LECTURE - Delete Methods deleteOne() and deleteMany()
  • PRACTICE - Deleting Documents
Advanced MongoDB Features
  • LECTURE - MongoDB Aggregation Framework
  • PRACTICE - Aggregating Documents
  • LECTURE - MongoDB Indexes
  • LECTURE - MongoDB Utilities
  • LECTURE - What is MongoDB Replica Set?
  • LECTURE - MongoDB Drivers
Wrap Up
  • LECTURE - Course Summary and What's next?