Description
In this course, you will :
- How to create and use a MongoDB database.
- How to use a repository object to implement Create, Read, Update, and Delete (CRUD).
- How to aggregate data using MongoDB's aggregation pipeline.
Syllabus :
1. Getting MongoDB Running
- Setting the Stage
- Installing MongoDB
- Starting Your Project
- Loading Data
2. Working with CRUD
- Building a Test Harness
- Get6mFilter
- Get by ID
- Add
- Update
- Remove
3. Working with the Aggregation Pipeline
- Resources
- Using Aggregation6m
- More Complicated Aggregation