A Practical Introduction to MongoDB Views In this article, I’ll introduce the idea of MongoDB views, and why you might want to use them. I’ll provide...
Aggregation Editor Aggregation Editor lets users define operators and check inputs and outputs of an aggregation query one stage at a time, ensuring that the aggregation pipeline is accurate each step of the way.
MongoDB, A Database with Porpoise Learn how to build aggregation queries that reduce the data in your collections to exactly just what you need.
How to Use Regex and MongoDB Aggregation to Clean Up Collections Learn how to use regex to transform an external data set to JSON or export it to CSV for later import, and run aggregation queries to reduce the data before creating a MongoDB collection.
Extending MongoDB Aggregation with the Bucket and Facet Stages Learn how to query the MongoDB aggregation pipeline more efficiently with the $bucket and $facet stages.
Studio 3T Tips and Tricks This series of short videos covers some Studio 3T basics and other lesser-known features. Discover tab color-coding, hidden MongoDB operators, and more!
How to Query MongoDB Curious about how to query MongoDB? Learn the four different ways Studio 3T lets you begin querying by watching these short videos.
How to Use the MongoDB Aggregation Framework Get an understanding of the MongoDB Aggregation Framework and how to take advantage of indexes to speed up queries.
Supported MongoDB Aggregation Operators and Stages The full list of MongoDB aggregation operators and stages supported by the Aggregation Editor, Studio 3T's MongoDB aggregation query builder.