Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created March 1, 2013 08:57
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 rnewson/5063366 to your computer and use it in GitHub Desktop.
Save rnewson/5063366 to your computer and use it in GitHub Desktop.
{
"_id": "_design/foo",
"_rev": "5-172df2a93a96e58686dfdebd5e64b4c3",
"language": "javascript",
"views": {
"bar": {
"options": {
"collation": "raw"
},
"map": "function(doc) {\n emit(doc.timestamp, doc);\n}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment