Archives

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.

MongoDB Atlas Tutorial: Set Up a Free Tier Cluster & Import Your First Collection

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 […]

MongoDB, A Database with Porpoise – When You Have a Whale of a Performance Problem

Learn how to build aggregation queries that reduce the data in your collections to exactly just what you need.

MongoDB Atlas Pricing & Tips to Help Manage Costs

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. 

How to Connect to Amazon DocumentDB With Studio 3T

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!

The quickest way to change a field type in MongoDB

Learn how to change a field type in MongoDB in a single document or across all documents in your collection.

Best MongoDB University Alternatives

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.

MongoDB Indexes | A Complete Guide and Tutorial

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.

UAT, Unit, Integration & Regression Testing – Database Testing Types

Database testing is one of the most challenging aspects of database development. Here we look at four types: UAT, regression, integration, and unit testing.

Aggregation Editor

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.