Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created May 2, 2020 14:59
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/cdcf63fd8714646da10337707482bbe2 to your computer and use it in GitHub Desktop.
Save rnewson/cdcf63fd8714646da10337707482bbe2 to your computer and use it in GitHub Desktop.
{
"views": {
"foo": {
"map":"function(doc) { ... }",
"reduce":"function(keys,values,rereduce) { ... }"
},
"bar": {
"map":"function(doc) { ... }",
"reduce":"function(keys,values,rereduce) { ... }"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment