Using MongoDB with Node.js
46mIntermediate2023-04-19
Authors

MongoDB
Developer Data Platform
Course details
MongoDB is a popular document model database for building performant, agile, and scalable applications, and it can be used with other tools and environments. This course introduces you to using Node.js with MongoDB. Explore MongoDB Node.js client libraries and how to connect to MongoDB in Node.js applications. Learn how to perform CRUD operations in Node.js, including querying a MongoDB collection, updating and deleting documents, creating transactions, and more. Plus, discover how to build and use a MongoDB aggregation pipeline in Node.js applications.
Skills covered
MongoDBJavaScript FrameworksDatabase DevelopmentDatabase ManagementCert PrepWeb DevelopmentOpen SourceSoftware Development
Concepts
1. Connecting to MongoDB in Node.js
- 01 - Using MongoDB Node.js client libraries
- 02 - Connecting to an Atlas cluster in Node.js applications
- 03 - Troubleshooting a MongoDB connection in Node.js applications
- 04 - Connecting to MongoDB in Node.js review
2. MongoDB CRUD Operations in Node.js
- 05 - Working with MongoDB documents in Node.js
- 06 - Inserting a document in Node.js applications
- 07 - Querying a MongoDB collection in Node.js applications
- 08 - Updating documents in Node.js applications
- 09 - Deleting documents in Node.js applications
- 10 - Creating MongoDB transactions in Node.js applications
- 11 - MongoDB CRUD operations in Node.js review
3. MongoDB Aggregation with Node.js
- 12 - Building a MongoDB aggregation pipeline in Node.js applications
- 13 - Using MongoDB aggregation stages with Node.js - $match and $group
- 14 - Using MongoDB aggregation stages with Node.js - $sort and $project
- 15 - MongoDB aggregation with Node.js review