Introduction
  • Introduction
  • Overview of Mongodb
  • Installation
Dealing with data
  • Inserting documents
  • Importing data
  • Executing scripts
  • save() v/s insert()
Querying
  • Projection
  • Selection
  • More queries
  • $and $or $in Operators
  • $where operator
  • Aggregation
  • The mapReduce function
  • Indexes
Updating and deleting
  • Updating documents
  • The upsert operation
  • Updating multiple documents
  • Removing documents
It's quiz time!
  • It's quiz time!
Bonus lecture
  • Bonus lecture