MongoDB - Beginner
MongoDB is a document-oriented, open-source NoSQL (non-relational database) system. Instead of storing data in tables, as is done in relational databases, MongoDB stores BSON data structures
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- NoSQL database operation
- Information organization within MongoDB
- Operation concatenation with Pipelines
- CRUD operation usage in MongoDB
- Perform simple and advanced queries to your database
- Query optimization by generating indexes
Course Contents
8 Hours 0 Minutes
Advantages of MongoDB and how to prepare your entire environment to work with Mongosh and MongoDB in Docker containers
How to identify files with operations such as insert or update
You will learn how to use tools to import, export, and review data in MongoDB from external JSON files
CRUD operations: Create, Read, Update, and Delete documents. Learn to optimize queries through index generation and finally execute multiple actions on a database in consecutive stages