Launch production database on the Atlas MongoDB - managed cloud-based MongoDB database.
Learn how to use MongoDB Shell, Robo 3T (Robomongo), MongoDB Compass for database management.
Perform all types of actions with MongoDB collections: queries, aggregation, sorting etc..
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 ServiceYou will also install graphical interfaces for MongoDB management: - Robo 3T (previously Robomongo) - MongoDB Compass2. 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 framework7. MongoDB Indexes and Utilities