Tag: Tutorials

How to Copy a MongoDB Collection to Another Database

Copy a MongoDB collection to another database in a few clicks using Studio 3T’s convenient built-in copy and paste features.

How to Copy and Paste MongoDB Documents

Learn how to copy and paste MongoDB documents across Studio 3T.

Working with MongoDB Collections: CRUD, Count, Sort, Limit Collection Size & More

New to MongoDB? Check out our helpful beginner’s guide for the basics of creating, modifying, deleting and analyzing MongoDB collections.

How to Optimize MongoDB Queries Using find() & Indexes

Help optimize MongoDB queries with this advanced tutorial on how to use the find() method and indexes to spot slow queries.

MongoDB find Method: Introduction & Examples

An introduction to the find() method along with query examples.

How to Insert, Update, and Restore MongoDB Documents

A guide on how to perform CRUD operations on documents in MongoDB.

How to Create a MongoDB View

Create a view in MongoDB using Studio 3T’s View Editor

MongoDB $out Example | The MongoDB Aggregation Pipeline

We show you how to use the MongoDB $out stage to output documents of an aggregation query to a new collection.

MongoDB $project Example | The MongoDB Aggregation Pipeline

The $project stage is extremely useful for showing only the fields you need. In this article, we walk through an example of the $project stage in tandem with $lookup.

MongoDB $lookup Example | The MongoDB Aggregation Pipeline

In this article, we show you two ways to run a MongoDB $lookup using Studio 3T. $lookup lets you join data from two collections, as long as they are on the same database.