EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Free Courses
  • Certification Courses
  • 360+ Courses All in One Bundle
  • Login

MongoDB Atlas Login

Secondary Sidebar
MongoDB Tutorial
  • Commands
    • Mongodb updateMany
    • MongoDB Aggregation
    • Mongodb unwind
    • Mongodb where
    • MongoDB BSON
    • MongoDB Filter
    • Mongodb Match
    • MongoDB sort by date
    • MongoDB Limit()
    • MongoDB Atlas Login
    • MongoDB Relational Database
    • MongoDB count
    • MongoDB Aggregate
    • MongoDB Distinct
    • MongoDB Unique
    • MongoDB find
    • MongoDB findOne()
    • MongoDB insert
    • MongoDB Delete
    • MongoDB Update
    • Lookup in MongoDB
    • order by in MongoDB
    • MongoDB $regex
    • MongoDB $elemMatch
    • MongoDB ObjectId()
    • MongoDB Skip()
    • MongoDB findAndModify
    • Mongodb findOneAndUpdate
    • MongoDB Date Query
    • MongoDB Timestamp
    • MongoDB sort()
    • MongoDB group by
    • MongoDB Join
  • Basics
    • What is MongoDB
    • How To Install MongoDB
    • MongoDB Tools
    • MongoDB GUI Tools
    • MongoDB Versions
    • MongoDB Commands
    • Advantages of MongoDB
    • MongoDB Features
    • Is MongoDB NoSQL
    • Is MongoDB Open Source
    • Build Web Applications using MongoDB
    • MongoDB Data Types
    • MongoDB Administration
    • Data Modeling in MongoDB
    • MongoDB vs Elasticsearch
    • MariaDB vs MongoDB
    • Firebase vs MongoDB
  • Advanced
    • MongoDB Array
    • PostgreSQL ARRAY_AGG()
    • Indexes in MongoDB
    • MongoDB create Index
    • MongoDB Collection
    • MongoDB List Collections
    • MongoDB Capped Collections
    • MongoDB Delete Collection
    • Mongodb show collections
    • MongoDB Auto Increment
    • MongoDB Triggers
    • MongoDB Projection
    • Replication in MongoDB
    • MongoDB Database
    • Mongo DB Create Database
    • MongoDB Compass
    • MongoDB Users
    • MongoDB Authentication
    • MongoDB GridFS
    • MongoDB Relationships
    • MongoDB MapReduce
    • MongoDB Geospatial
    • MongoDB Monitoring
    • Backup in MongoDB
    • MongoDB Sharding
    • MongoDB Java Drivers
    • MongoDB Import
    • Mongo Database Interview Questions
    • MongoDB Join Two Collections
    • MongoDB Group by Multiple Fields
    • MongoDB Pagination
    • MongoDB Replica Set
    • MongoDB Bulk Update
    • MongoDB greater than
    • MongoDB Encryption
    • MongoDB find in array
    • MongoDB like query
    • Mongodb shell
    • MongoDB port
    • MongoDB Query Operators
    • MongoDB Web Interface
    • MongoDB Query Array
    • MongoDB Transactions
    • MongoDB Not In
    • MongoDB not null
    • MongoDB npm
    • MongoDB Remove

Related Courses

MongoDB Certification Course

Oracle Certification Course

All in One Data Science Course

SQL Training Course

Oracle DBA Course

MS SQL Certification Course

Home Data Science Data Science Tutorials MongoDB Tutorial MongoDB Atlas Login

MongoDB Atlas Login

Introduction to MongoDB Atlas Login

MongoDB Atlas Login is used to provide an easier way of hosting and managing data in the cloud. MongoDB Atlas is a fully managed cloud database which is developed by people who build MongoDB. Atlas being the cloud database service handles deploying, managing, and healing deployments on a cloud of user’s choice such as AWS, Azure, Google, etc. MongoDB has a robust ecosystem of integrations, drivers, and tools that help in creating faster and to spend less time in managing databases. Before looking into what is Atlas and how it works, we need to first sign up or register on the MongoDB atlas portal. Here we will see step by step login process and work on creating and accessing MongoDB account and services.

All in One Data Science Bundle(360+ Courses, 50+ projects)
Python TutorialMachine LearningAWSArtificial Intelligence
TableauR ProgrammingPowerBIDeep Learning
Price
View Courses
360+ Online Courses | 50+ projects | 1500+ Hours | Verifiable Certificates | Lifetime Access
4.7 (85,938 ratings)

Step by Step Process of MongoDB Atlas Login

It involves the creation of a MongoDB account, accessing MongoDB services like creating a cluster, whitelisting the IP address, creating a database, and connecting the cluster to the database.

Start Your Free Data Science Course

Hadoop, Data Science, Statistics & others

Step 1: Visit https://www.mongodb.com/cloud/atlas first to register for an Atlas account.

MongoDB Atlas Login 1

Step 2: Click on “Get started now”, which redirects to the registration form for creating an account in MongoDB Atlas.

Click on “Get Started now”

Step 3: Provide mail id, password, first name, and last name, company name would be optional, and select “I am learning MongoDB” in the dropdown of field “How are you using MongoDB?” as we are now using it for the first time.

MongoDB Atlas Login 3

Step 4: Email ID has to verify and account setup is to be done. Here, selecting a programming language would be optional so that the user can skip.

Step 5: Select “Shared” and click on Create. This is for people who are learning and exploring MongoDB in the cloud.

Select “Shared” and click on Create

Step 6: Now, select the preferable cloud provider and the region. MongoDB supports M0 free tier clusters on AWS, Google GCP, and Azure cloud. Regions supporting M0 free tier clusters are marked as “Free Tier Available”.

MongoDB Atlas Login 5

Step 7: Select cluster tier as M0 Sandbox. Selecting it will automatically lock the remaining configuration options.

Note: If not able to select M0 Sandbox, go back and select cloud provides and a region that supports M0 free tier.
If not able select M0 Sandbox

Step 8: Enter cluster name for selected M0 sandbox.

MongoDB Atlas Login 7

Step 9: Click on create a cluster, which will deploy the cluster in the selected region. Once the cluster is created, it may take 5-10 minutes for the cluster to provision and be ready for usage.

MongoDB Atlas Login 8

As you can see below, the cluster has been created now.

MongoDB Atlas Login 9

Step 10: Once registered, Atlas will automatically create a default organization and project for deploying the first cluster.

Now, we shall see how we can add our IP address to the IP access list.

As we all know, IP Address is a unique identifier for a device to connect to a network.

Step 1: Click on connect on the cluster view.

MongoDB Atlas Login 10

Step 2: Add an IP address, and provide a username and password for the Database.

MongoDB Atlas Login 11

Clicking on create database user will create a MongoDB user and get added to the project.

MongoDB Atlas Login 12

Step 3: Now, select a connection method, as “Connect with MongoDB shell”, under that, select “I do not have MongoDB shell installed”.

Step 4: Install MongoDB, and change the PATH variables on your system, and use the below command line to start connecting to the cluster.

mongosh "mongodb+srv://clusterpractice.zmhx4.mongodb.net/myFirstDatabase" --username sampleDB

It will prompt for the password, once entered, it will start connecting to the cluster.

MongoDB Atlas Login 14

Hence now we are connected to the created Atlas cluster “ClusterProject”.

Insert data into the cluster and view data.

Step 1: Use <database_name> will create a database with the given name, and will switch automatically to that database on creation.

MongoDB Atlas Login 15

Step 2: Insert data into database db1.

We have inserted a record for an employee with his last name and first name, date of birth, and designation as below.

Insert data into database db1

It creates a collection employee and has one document, on entering, we can see the following output as “acknowledged”.

Step 3: To find the document from the collection of employees.

db.employee.find({ "lastName": "Shetty" })

Output:

document from collection of employee

User details are printed on the console.

These were some of the basic services of MongoDB Atlas.

Benefits of MongoDB Atlas

Given below are the benefits mentioned:

  • It provides high throughput and low latency for most demanding workloads.
  • It has a consistent and predictable performance that eliminates the need for separating caching tiers.
  • It delivers a better price-performance ratio to traditional database software comparatively.
  • It provides mobile access and is used for remote devices which is a huge advantage.
  • With built-in redundancy and 24/7 support, this cloud database provides disaster recovery that is measured in seconds or minutes.
  • It is safe and secure, adopting DBaaS infrastructure delivers a world-class security user can rely on.

Conclusion

With this, we shall conclude the topic “MongoDB Atlas Login”. We have seen what MongoDB Atlas login means and how it is used to manage databases on the cloud. We have seen how to create an account in MongoDB Atlas and to login to create clusters, databases, and link up both using command prompt or shell scripting based on the programming language selected. We have also seen an example of database creation, along with the creation of entry and viewing the entry. We have also seen few benefits that are the most relevant and best uses for users to start with.

Recommended Articles

This is a guide to MongoDB Atlas Login. Here we discuss the introduction, step-by-step process of MongoDB atlas login, and benefits respectively. You may also have a look at the following articles to learn more –

  1. MongoDB Join
  2. MongoDB findOne()
  3. MongoDB Date Query
  4. MongoDB Database
Popular Course in this category
MongoDB Training Program (4 Courses, 2 Projects)
  4 Online Courses |  2 Hands-on Projects |  22+ Hours |  Verifiable Certificate of Completion
4.5
Price

View Course

Related Courses

Oracle Training (14 Courses, 8+ Projects)4.9
All in One Data Science Bundle (360+ Courses, 50+ projects)4.8
SQL Training Program (7 Courses, 8+ Projects)4.7
Oracle DBA Database Management System Training (2 Courses)4.7
MS SQL Training (16 Courses, 11+ Projects)4.7
0 Shares
Share
Tweet
Share
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Database Management
  • Machine Learning
  • All Tutorials
Certification Courses
  • All Courses
  • Data Science Course - All in One Bundle
  • Machine Learning Course
  • Hadoop Certification Training
  • Cloud Computing Training Course
  • R Programming Course
  • AWS Training Course
  • SAS Training Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2022 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA
Free Data Science Course

SPSS, Data visualization with Python, Matplotlib Library, Seaborn Package

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA
Free Data Science Course

Hadoop, Data Science, Statistics & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more

Special Offer - MongoDB Training Program (4 Courses, 2 Projects) Learn More