ATLAS
Database. Deploy a
multi-cloud database.
The most advanced cloud database service on the market, with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Demo MongoDB Atlas for free
Start exploring our powerful platform immediately with our immersive demo. No signup or credit card required.
Feature overview
Multi-region, multi-cloud
Run powerful and resilient apps that span multiple regions or clouds at once.
Serverless and elastic
Deploy a serverless database and only pay for the resources you use.
Always-on security
Secure data with built-in defaults for access and end-to-end encryption.
Performance advice
Get on-demand index and schema design advice as your workload evolves.
Native tooling
Connect to your database from the command line or with your preferred language.
Automated data tiering
Set archival rules for cost-efficient data storage as your data estate grows.
Continuous backups
Restore data to the precise moment you need with point-in-time recovery.
Workload isolation
Optimize local reads or run analytics with dedicated secondary nodes.
Work easily when everything is an object
Deploy a database
$ brew install mongodb-atlas-cli
$ atlas setup
Query data of any structure
db.places.find(
{
location:
{ $near:
{
$geometry: { type: "Point", coordinates: [ -73.9667, 40.78 ] },
$minDistance: 1000,
$maxDistance: 5000
}
}
}
)
Build your way
db.inventory.insertMany([
{ item: "journal", qty: 25, size: { h: 14, w: 21, uom: "cm" }, status: "A" },
{ item: "notebook", qty: 50, size: { h: 8.5, w: 11, uom: "in" }, status: "A" },
{ item: "paper", qty: 100, size: { h: 8.5, w: 11, uom: "in" }, status: "D" },
{ item: "planner", qty: 75, size: { h: 22.85, w: 30, uom: "cm" }, status: "D" },
{ item: "postcard", qty: 45, size: { h: 10, w: 15.25, uom: "cm" }, status: "A" }
]);
Get the most out of Atlas
Get started with Atlas today
- 115+ regions worldwide
- Sample data sets
- Always-on authentication
- End-to-end encryption
- Command line tools