For a better view on Inspire Cayman Training, Update Your Browser.

Working with MongoDB Atlas (Online Courses)

Elevate your career trajectory with our premier online course, designed to sharpen your competitive edge. Explore our curated selection of top-tier digital programs to hone your skills and propel your professional journey forward. Experience transformative learning tailored to empower your career advancement in today's dynamic landscape.
Course Category
Price on Request
Start Learning
This Course Includes
  • 6 hours 20 minutes
    of self-paced video lessons
  • 4 Programs
    crafting your path to success
  • Completion Certificate
    awarded on course completion

Working with MongoDB Atlas: An Introduction to MongoDB Atlas

Price on Request 1 hour 40 minutes
This course provides an overview of document databases, how MongoDB fits into this world, and why it is so powerful. Begin with a theoretical introduction to NoSQL databases and a look at how these differ from the traditional relational DBs. Delve into document databases, a specific type of NoSQL database, and cover their strengths and weaknesses. Next, you will look at MongoDB's architecture, how it achieves goals, such as read and write consistency, and where to apply it. You will then move on to MongoDB Atlas, the cloud-hosted version of MongoDB. Discover features, including real-time analytics and monitoring, and consider how these features allow a team to get up and running with a document database. Finally, sign up for an account with Atlas and provision a new cluster on the cloud. You will load your cluster with sample databases and connect the system from a local client application.
Perks of Course
Certificate: Yes
CPD Points: 98
Compliance Standards: AICC

Working with MongoDB Atlas: Interacting with a MongoDB Atlas Cluster

Price on Request 1 hour 30 minutes
Storing and using data is essential for any business. You can simplify these tasks using a platform such as MongoDB and its cloud-based offering, MongoDB Atlas. In this course, you will explore various clients for MongoDB Atlas while getting hands-on with basic database tasks such as creating databases, collections, and documents. Begin by interacting with one of the sample databases on your Atlas cluster using the MongoDB Compass graphical user interface (GUI). Next, you will download and install the Atlas CLI. You will then get hands-on with the MongoDB shell. You will learn how to use it to connect to an Atlas cluster and run queries against your data. Finally, you will perform basic query operations on your Atlas cluster. You will discover simple filter operations, how specific fields in your documents can be projected in query results, and how to use the SKIP, LIMIT, and SORT operations.
Perks of Course
Certificate: Yes
CPD Points: 111
Compliance Standards: AICC

Working with MongoDB Atlas: MongoDB Atlas Advanced Topics

Price on Request 1 hour 40 minutes
In this course, you will learn to query nested structures and documents, create indexes, and define transactions. Begin by setting up a collection with arrays, nested documents, and arrays of documents and how to query these structures. You will explore how to access array elements with the slice operator. Then you will see how to add and remove array elements and apply different operations depending on whether an array is meant to be used as a list or a set. Next, you will see how to view the query execution plan for a find operation and create a single-field index, which can help with certain types of queries. Using execution statistics, you will learn to speed up query executions by introducing an index. You will also cover the implementation of compound indexes containing multiple fields in your data. Finally, you will learn to define and execute transactions. You will work with transactions using MongoDB sessions. You will see how these can be set up to operate on a single document, or multiple documents, and how they can be rolled back in case of errors.
Perks of Course
Certificate: Yes
CPD Points: 99
Compliance Standards: AICC

Working with MongoDB Atlas: Performing CRUD Operations with MongoDB Atlas

Price on Request 1 hour 30 minutes
In this course, you get hands-on experience with most important interactions with a MongoDB cluster: create, read, update, delete, and aggregation operations. Begin by looking at ways new documents can be added to a MongoDB collection using the Compass UI and the MongoDB shell. You will also see how to do bulk uploads from a CSV file. Next, you will use the updateOne and updateMany functions to modify one or multiple documents, carry out upsert operations, and replace documents using the replaceOne function. You will then move on to deletes and see how to perform individual and bulk deletes. You will explore types of queries and look at different ways to filter for documents, including the use of string and numeric operators and regular expressions. Finally, you will move on to aggregations in MongoDB. These allow for a whole host of operations on your data, and are accomplished by means of aggregations pipelines.
Perks of Course
Certificate: Yes
CPD Points: 111
Compliance Standards: AICC