On Mon, Mar 7, 2016 at 2:27 AM, Adam Kocoloski wrote:
> Have you seen the work on the new “Mango” query processor? The README on
> the repo is probably the best resource:
>
> https://github.com/apache/couchdb-mango
>
>
Very nice Adam ... I like Mango! :-)
And it add to CouchDB a strong _find comm
Hi Constantin, this is definitely the right list :)
Have you seen the work on the new “Mango” query processor? The README on the
repo is probably the best resource:
https://github.com/apache/couchdb-mango
If the elements of your key array are pulled directly from fields of the
document then it
Hello,
While fixing an issue with replicator manager:
https://issues.apache.org/jira/browse/COUCHDB-2963 , noticed in CouchDB
2.0 we use change feeds on individual shards. So while "longpoll" mode
would still work, wondering if it makes sense to switch to "normal".
Made a ticket to discuss t
Hello hello couch potatoes!
It’s that time again. If you want to submit a link for this week’s CouchDB
Weekly News, please don’t hesitate and send it to this thread until Thursday,
March 10, 11 am UTC+2.
Thanks, have a great rest of your Sunday! 👋🏻
Jenn
—
Jenn Turner
The Neighbourhoodie Softw
Hello all, a quick use case for a new "keymask" option in views:
We have a view with keys as array like [ k1 , k2 , k3, k4]
we're using, most of the time, reduces and data processing using:
"startkey": [ k1 , ""],
"endkey": [ k1 , "\ufff0"]
Sometimes I feeld that it would be just fantastic to