Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Created February 21, 2014 23:19
Show Gist options
  • Save mittenchops/9145693 to your computer and use it in GitHub Desktop.
Save mittenchops/9145693 to your computer and use it in GitHub Desktop.
Mongo Aggregation reminder
> db.coll.aggregate( [ { $group : {_id:0, minS : {$min: "$variabletomin"}, maxS : {$max : "$variabletomax"} } } ] )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment