MongoDB Atlas
Run MongoDB on a multi-cloud developer data platform that accelerates and simplifies working with operational data.
Store data in flexible documents and develop applications designed to adapt and scale, backed by Atlas, a fully managed platform with always-on security and an ecosystem of tools and integrations.
Run MongoDB on a multi-cloud developer data platform that accelerates and simplifies working with operational data.
Learn core MongoDB concepts, including data modeling, querying data, aggregations, sharding, and more.
Explore tools and integrations for MongoDB, from data visualization and development to migration and management.
C
C++
C#
Go
Java
Kotlin
Node.js
PHP
Python
Ruby
Rust
Scala
Swift
TypeScript
Interact with JSON-like documents using the MongoDB Shell to insert, query, and delete sample data.
db.people.insertOne({ name: { first: 'Alan', last: 'Turing' }, birth: new Date('Jun 23, 1912'), death: new Date('Jun 07, 1954'), contribs: [ 'Turing machine', 'Turing test' ], views : Long(1250000) })
Watch a short series of videos on how to create and set up an account, deploy a free cluster, and load sample data.