Conclusion / Conclusion

Getting Started with MongoDB Atlas, the Developer Data Platform

In this unit, you learned that MongoDB Atlas is a developer data platform that stores your data in Atlas clusters, a global, multi-cloud database service. You also learned that the developer data platform has many features that enable you to build a wide variety of applications.

You created a free Atlas account and deployed a free tier Atlas cluster by doing the following:

  • Chose a shared cluster.

  • Chose a major cloud provider to host your cluster.

  • Used the region recommended by MongoDB as the location of database deployment.

  • Prepared to connect to your cluster by adding a database user and password and an IP address to the IP Access list

Finally, you successfully loaded sample data into your cluster and found a document in a collection by using Data Explorer.


Resources

Use the following resources to learn more about inserting and finding documents in MongoDB:


Lesson 01: Creating and Deploying an Atlas Cluster


Associate Certification Course

By completing this unit, you've started to learn the content necessary for the Associate Developer Certification exam.

If you're interested in continuing, your next step is to review the following units:

  • Unit 02: Overview of MongoDB and the Document Model

  • Unit 03: Connecting to a MongoDB Database

  • Unit 04: MongoDB CRUD Operations: Insert and Find Documents

  • Unit 05: MongoDB CRUD Operations: Replace and Delete Documents

  • Unit 06: MongoDB CRUD Operations: Modifying Query Results

  • Unit 07: MongoDB Aggregation

  • Unit 08: MongoDB Indexes

  • Unit 09: MongoDB Atlas Search

  • Unit 10: Introduction to MongoDB Data Modeling

  • Unit 11: MongoDB Transactions