Working with MongoDB Atlas: Interacting with a MongoDB Atlas Cluster
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.