Skip to content

Instantly share code, notes, and snippets.

@johnlpage
Created March 4, 2022 13:09
Show Gist options
  • Save johnlpage/703f96496cb304ada489b9094768208e to your computer and use it in GitHub Desktop.
Save johnlpage/703f96496cb304ada489b9094768208e to your computer and use it in GitHub Desktop.
[{
$sort: {
date: -1
}
}, {
$group: {
_id: "$location",
currentTemp: {
$first: "$temp"
}
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment