You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Fabio Di Bernardini <fd...@altraqua.com> on 2011/06/08 20:01:39 UTC

filtered change notification on views

I need to replicate, in a new database, the result of a view. Is there a
solution other than using an external process waiting for changes?

Below a broken example of what i need: a continuos filtered replica using a
reduced view as source:

curl -H "Content-Type: application/json" -X POST -d \
'{"source":"http://localhost:5984/datastream/_design/dbname/_view/viewname?group=true&group_level=3",
\
"target":"http://localhost:5984/dbreplica", "filter":"dbname/filtername", \
"query_params": {"key":"value"}, "continuous":true}'
http://localhost:5984/_replicate