Skip to content

Instantly share code, notes, and snippets.

@bomortensen
Created October 31, 2016 13:33
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 bomortensen/7b220df1f1da83be838acfb2ed79a2ee to your computer and use it in GitHub Desktop.
Save bomortensen/7b220df1f1da83be838acfb2ed79a2ee to your computer and use it in GitHub Desktop.
{
"_id" : {
"MeterId" : "1234",
"StartDate" : ISODate("2016-09-20T02:00:00.000Z")
},
"Hour": 02,
"QuantitySum": 25,9
}
{
"_id" : {
"MeterId" : "1234",
"StartDate" : ISODate("2016-09-20T03:00:00.000Z")
},
"Hour": 03,
"QuantitySum": 25,9
}
{
"_id" : {
"MeterId" : "4567",
"StartDate" : ISODate("2016-09-20T02:00:00.000Z")
},
"Hour": 02,
"QuantitySum": 25,9
}
{
"_id" : {
"MeterId" : "4567",
"StartDate" : ISODate("2016-09-20T03:00:00.000Z")
},
"Hour": 03,
"QuantitySum": 25,9
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment