MongoDB for Developers Course

I completed the M101P: MongoDB for Developers course on July 15, 2015.

ABOUT THIS COURSE:

This course goes over installation, JSON, schema design, querying, insertion of data, indexing and working with the Python driver. Also covers working in sharded and replicated environments. In the course, the student builds a blogging platform, backed by MongoDB.

AGENDA:

  • Introduction and Overview

  • Creating, Reading and Updating Data

  • Schema Design

  • Performance

  • Aggregation Framework

  • Application Engineering

  • Case Studies