Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created December 10, 2015 14:25
Show Gist options
  • Save greg-hellings/c4cd38c48530bdc888a1 to your computer and use it in GitHub Desktop.
Save greg-hellings/c4cd38c48530bdc888a1 to your computer and use it in GitHub Desktop.
[
{ "Name1": 2 },
{ "Name2": 2 },
{ "Name1": 5 },
{ "Name3": 2 },
{ "Name2": 1 }
]
function map() {
}
function reduce() {
}
[
{
"eventName": "Name1",
"eventValue": 7
},
{
"eventName": "Name2",
"eventValue": 3
},
{
"eventName": "Name3",
"eventValue": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment