Skip to content

Instantly share code, notes, and snippets.

@mlmiller
Created January 13, 2011 17:55
Show Gist options
  • Save mlmiller/778293 to your computer and use it in GitHub Desktop.
Save mlmiller/778293 to your computer and use it in GitHub Desktop.
curl -X GET 'http://mlmiller.cloudant.com/planes/_design/example/_view/date?group_level=2&startkey=\[1994\]&endkey=\[1995\]'
{"rows":[
{"key":[1994,0],"value":[116,60]},
{"key":[1994,1],"value":[142,42]},
{"key":[1994,2],"value":[191,67]},
{"key":[1994,3],"value":[179,72]},
{"key":[1994,4],"value":[224,74]},
{"key":[1994,5],"value":[223,98]},
{"key":[1994,6],"value":[267,131]},
{"key":[1994,7],"value":[260,101]},
{"key":[1994,8],"value":[212,200]},
{"key":[1994,9],"value":[169,129]},
{"key":[1994,10],"value":[131,79]},
{"key":[1994,11],"value":[143,130]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment