Skip to content

Instantly share code, notes, and snippets.

@Rishabh570
Created March 1, 2022 07:29
Show Gist options
  • Save Rishabh570/1191412210061f83d493a135e2f6b25c to your computer and use it in GitHub Desktop.
Save Rishabh570/1191412210061f83d493a135e2f6b25c to your computer and use it in GitHub Desktop.
{
"$group": {
"_id": {
"year": "$release_year"
},
"minRating": { "$min": "$rating" }
}
},
{
"$match": {
"minRating": { "$gt": 7 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment