More complex aggregations
This exercise is part of the course
Text-to-Query Agents with MongoDB and LangGraph
Exercise instructions
- Create the aggregation pipeline to list the top 5 movies with highest IMDB ratings consisting of
$sort
,$limit
and$project
stages. - Create the aggregation pipeline to find the top 5 directors by average IMDB rating, who have made at least 20 movies consisting of the
$unwind
,$group
,$match
,$sort
and$limit
stages.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
