Skip to content

Instantly share code, notes, and snippets.

@Rishabh570
Created March 1, 2022 07:36
Show Gist options
  • Save Rishabh570/e6bf29bcd2447922f4ccfcd750a74bde to your computer and use it in GitHub Desktop.
Save Rishabh570/e6bf29bcd2447922f4ccfcd750a74bde to your computer and use it in GitHub Desktop.
{
"$sort": {
"release_year": 1,
"rating": -1
}
},
{
"$group": {
"_id": "$release_year",
"highestRating": {
"$first": "$rating"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment