Connection Manager
Whether you are using MongoDB Atlas, MongoDB Community Server, or MongoDB Enterprise Server, the Connection Manager in Studio 3T makes it easy to connect to a standalone connection, replica set, sharded cluster, or DNS seedlist.
Whether you are using MongoDB Atlas, MongoDB Community Server, or MongoDB Enterprise Server, the Connection Manager in Studio 3T makes it easy to connect to a standalone connection, replica set, sharded cluster, or DNS seedlist.
In this MongoDB Atlas tutorial, you’ll learn how to set up a cluster using the M0 free tier, connect to your cluster through Studio 3T, and import your first collection from a JSON file. Set up a free MongoDB Atlas cluster 1. Go to the MongoDB Atlas landing page. 2. Fill in the required information […]
Learn how to build aggregation queries that reduce the data in your collections to exactly just what you need.
We look at how MongoDB Atlas pricing is calculated when bundling a cluster with common additional services, and two workarounds you can use to help manage costs.
Looking for a MongoDB GUI to work with Amazon Document DB? This guide shows you how to connect to Amazon DocumentDB using Studio 3T. Download Studio 3T today to effortlessly connect to your cloud hosted database!
Learn how to change a field type in MongoDB in a single document or across all documents in your collection.
Looking for alternatives to MongoDB University? Here’s a list of user-recommended, recently-updated online courses and resources that might be worth your while.
Learn how to use indexes to speed up both simple and complex queries, which in turn will help you build and develop an effective indexing strategy.
Database testing is one of the most challenging aspects of database development. Here we look at four types: UAT, regression, integration, and unit testing.
Take a look at how to build aggregation queries stage-by-stage with the Aggregation Editor, starting with this example that uses $match, $group and $sort.