When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Complete MongoDB Administration Guide
Master MongoDB database using JavaScript Mongo Shell, Robo 3T (Robomongo) and MongoDB Compass

This Course Includes
udemy
4.5 (2.2K reviews )
10h 17m
english
Online - Self Paced
professional certificate
Udemy
About Complete MongoDB Administration Guide
This course is all about
MongoDB
. You will This course is designed to provide students with a comprehensive understanding of MongoDB administration, focusing on actual administration tasks that DBAs perform on a day-to-day basis. Students will learn the fundamental concepts and tools necessary to effectively manage a MongoDB database, including installation, configuration, backup and recovery, monitoring and troubleshooting, and security. The course begins with an overview of MongoDB and its
architecture
, including the components and processes that make up a MongoDB deployment. Students will then learn how to install and configure a MongoDB instance, including configuring storage, networking, and security settings. Next, the course covers backup and recovery strategies for MongoDB, including performing regular backups and restoring data in case of failures. Students will also learn how to monitor MongoDB performance and troubleshoot common issues. Finally, the course covers security concepts and practices for MongoDB, including authentication and authorization, data encryption, and network security. Throughout the course, students will gain hands-on experience working with MongoDB through a series of practical exercises and labs. By the end of the course, students will have a solid understanding of MongoDB administration and be prepared to manage MongoDB deployments in real-world scenarios. Some of the course topics and practice activities: 1. You will start from the installation of the MongoDB. Installation will be performed on the: - Local computer Mac or PC - Dedicated or VPS server -
MongoDB Atlas
- Cloud MongoDB Software as a Service You will also install graphical interfaces for MongoDB management: -
Robo 3T
(previously
Robomongo
) -
MongoDB Compass
2. Learn how to work in
MongoDB Shell
. We will discuss and explore
JavaScript Engine
that is used in MongoDB. 3. Study primary MongoDB data types - Strings, Numbers, Arrays, Objects, Dates etc. We will talk about
JSON
and
BSON
data types and discuss difference between them. 4. Perform all sorts of CRUD (Create, Read, Update and Delete) Operations. 5. Study in-depth MongoDB
queries
and
query language
. Different query operators such as
$or, $and, $lt, $gt, $type, $in
will be deeply covered. 6. MongoDB Aggregation framework 7. MongoDB Indexes and Utilities Join the course now to get complete knowledge about MongoDB. Gain valuable skills required for the proper MongoDB administration.
What You Will Learn?
- Deeply understand how MongoDB works - cursor, batch size, iterator .
- Launch production database on the Atlas MongoDB - managed cloud-based MongoDB database .
- Install and configure production MongoDB on the dedicated or virtual private server .
- Understand and use different MongoDB BSON types - ObjectId, ISODate, NumberInt etc. .
- Learn how to use MongoDB Shell, Robo 3T (Robomongo), MongoDB Compass for database management .
- Perform different kinds of update operations using operators $set, $rename, $addToSet, $push, $inc etc .
- Use different kinds of queries and query operators like $in, $eq, $regex, $elemMatch etc. .
- Easily combine different aggregation stages like $match, $group, $unwind .
- Understand purpose of the indexes and create indexes .
- Use backup and restore tools - mongoexport, mongoimport, mongodump and mongorestore.