Skip to content

Instantly share code, notes, and snippets.

@seanbarclay
Created April 15, 2015 14:20
Show Gist options
  • Save seanbarclay/9ee118740df594e7d82d to your computer and use it in GitHub Desktop.
Save seanbarclay/9ee118740df594e7d82d to your computer and use it in GitHub Desktop.
{
_id: "_design/583b8b49866331bd709f397507512c5550022807",
_rev: "1-e53be256db498dc72715ef58a64017b4",
language: "query",
views: {
583b8b49866331bd709f397507512c5550022807: {
map: {
fields: {
properties.timestamp: "asc"
}
},
reduce: "_count",
options: {
def: {
fields: [
"properties.timestamp"
]
},
w: 2
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment