Searching Knowledge base for intellishell
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.
Posted on: 26/11/2019 (last updated: 16/10/2023) • Kathryn Vargas • 4 minutesMongoDB find Method: Introduction & Examples
An introduction to the find() method along with query examples.
Posted on: 17/02/2020 (last updated: 16/10/2024) • Phil Factor • 4 minutesQuery Code
Query Code is the automatic code generation feature that converts MongoDB, aggregation, and SQL queries to JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, Ruby, and the mongo shell language.
Posted on: 16/06/2018 (last updated: 12/10/2023) • Kathryn Vargas • 5 minutesAggregation 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.
Posted on: 02/06/2020 (last updated: 27/02/2025) • Kirsty Burgess • 10 minutesShortcuts
A comprehensive list of Studio 3T hotkeys that make working with MongoDB a breeze.
Posted on: 06/02/2020 (last updated: 14/07/2021) • Kathryn Vargas • 4 minutesMongoDB $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.
Posted on: 26/11/2019 (last updated: 03/11/2023) • Kathryn Vargas • 3 minutesAI Helper
AI Helper is Studio 3T’s AI-powered assistant that quickly gets you started with writing MongoDB queries, aggregations, or scripts.
Posted on: 18/12/2024 (last updated: 17/06/2025) • Kirsty Burgess • 3 minutesGetting Started with Studio 3T
Already installed Studio 3T on your machine? Read our Getting Started guide, get to know Studio 3T’s main features, and complete your MongoDB tasks in no time.
Posted on: 26/04/2018 (last updated: 15/12/2023) • Kathryn Vargas • 4 minutes