Skip to content

Instantly share code, notes, and snippets.

@puttputt
Last active August 29, 2015 13:57
Show Gist options
  • Save puttputt/9633869 to your computer and use it in GitHub Desktop.
Save puttputt/9633869 to your computer and use it in GitHub Desktop.
$group : {
_id: { year: '$year', month: '$month', day: '$day', hour: '$hour' },
price:{
$avg: "$price"
},
volume:{
$sum: "$volume"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment