Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 11, 2015 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/172a584fceb160aca635 to your computer and use it in GitHub Desktop.
Save danared/172a584fceb160aca635 to your computer and use it in GitHub Desktop.
db.data.aggregate ([
{ "$match" : { "airTemperature.quality" :
{ "$in" : [ "1", "5" ] } } },
{ "$group" : { "_id" : null,
"maxTemp" : { "$max" :
"$airTemperature.value" } } }
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment