Get Started with Atlas
On this page
Overview
MongoDB Atlas provides an easy way to host and manage your data in the cloud. This tutorial guides you through creating an Atlas cluster, connecting to it, inserting a document, and loading sample data.
Create an Atlas account.
Register for an Atlas account using your Google Account or an email address.
Deploy a free cluster.
Create and deploy a free cluster. You can use Atlas free clusters as a small-scale development environment to host your data. Free clusters never expire, and provide access to a subset of Atlas features.
Add your connection IP address to your IP access list.
Add your IP address to a list of trusted IP addresses. An IP uniquely identifies a device connecting to a network. In Atlas, you can connect to a cluster only from a trusted IP address. Within Atlas, you can create a list of trusted IP addresses, referred to as an IP access list. An IP accesss list defines the IP addresses that can connect to your cluster and access your data.
Create a database user for your cluster.
Create a database user to access your cluster. For security purposes, Atlas requires clients to authenticate as MongoDB database users to access clusters.
Connect to your cluster.
Connect to your cluster using the mongosh
, the
Node.js driver, the PyMongo driver, or Compass.
Insert and view a document.
Insert a document into your cluster using one of the supported MongoDB Drivers. MongoDB drivers let you interact with your databases programmatically with a supported programming language.
Load sample data.
Load sample data into your Atlas clusters. Atlas provides sample data that you can load into your Atlas clusters. You can use this data to quickly get started experimenting with data in MongoDB and using tools such as the Atlas UI and MongoDB Charts.