Skip to content

Instantly share code, notes, and snippets.

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