Skip to content

Instantly share code, notes, and snippets.

@simonmd
Created November 1, 2010 22:06
Show Gist options
  • Save simonmd/658959 to your computer and use it in GitHub Desktop.
Save simonmd/658959 to your computer and use it in GitHub Desktop.
{
"_id": "_design/stats_peso",
"_rev": "2-eb08db50d60f5b02385c88908a0974df",
"language": "javascript",
"views": {
"stats_peso": {
"map": "function(doc) {\n if (doc.t00101030 != void 0) {\n emit(\"Peso_stats\", parseInt(doc.t00101030));\n }\n}",
"reduce": "_stats"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment