Writing MongoDB queries
This exercise is part of the course
Text-to-Query Agents with MongoDB and LangGraph
Exercise instructions
- Access the
sample_mflix
database from yourmongodb_client
, and list the collection it contains. - Subset the
"movies"
collection and preview a sample document. - Filter the collection for movies released before
1905
. - Filter the collection for movies released before
1930
AND with IMDB ratings greater than or equal to8
.
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
