Using MongoDB with Node.js

Using MongoDB with Node.js

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 19m | 234 MB

MongoDB lies at the heart of many Node.js applications. In this course, you will learn how to access, manipulate, and aggregate data that is stored in a MongoDB database.

Leveraging document data from a MongoDB database has become a defacto standard for Node.js applications. In this course, Using MongoDB in Node.js, you will gain the ability to build MongoDB into your Node.js application. First, you will discover how to create and interact with a MongoDB database. Next, you will learn how to implement Create, Read, Update, and Delete (CRUD) using a repository object. Finally, you will explore how to aggregate data using the aggregation pipeline built into MongoDB. When you are finished with this course, you will have the skills and knowledge of MongoDB needed to leverage its power in your Node.js application.

Table of Contents

Course Overview
1 Course Overview

Getting MongoDB Running
2 Introduction
3 Setting the Stage
4 Installing MongoDB
5 Starting Your Project
6 Loading Data
7 Summary

Working with CRUD
8 Introduction
9 Building a Test Harness
10 Get
11 Filter
12 Get by ID
13 Add
14 Update
15 Remove
16 Summary

Working with the Aggregation Pipeline
17 Introduction
18 Resources
19 Using Aggregation
20 More Complicated Aggregation
21 Summary