Skip to content

Instantly share code, notes, and snippets.

@wonderchook
Created March 8, 2011 19:01
Show Gist options
  • Save wonderchook/860785 to your computer and use it in GitHub Desktop.
Save wonderchook/860785 to your computer and use it in GitHub Desktop.
Sample Aggregation Parameters
{ "algorithm": "aggregation",
"input" : {
"boundary": 13
"aggregates" : [
{ "name": "population", "calc": "sum" },
{ "name": "price", "calc": "average" }
]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment