Using MongoDB
Instructor’s Guide
Overall
TODO a small section on document design, i.e. nested vs flat.
TODO a small section on query efficiency, esp. wrt projections. Novice users tend to have a “let’s grab everything” approach.
Introduction/Setup
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Connect to / Import into a Mock Database
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Insert Data
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Find Data
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Specify Conditions with Operators
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Sort Results
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Update Data
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Remove Data
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Data Aggregation
Point
Point
Discussion of first challenge.
Discussion of second challenge.
Indexes
Point
Point
Discussion of first challenge.
Discussion of second challenge.