Hi,

The /db/_changes endpoint will inform you of updates to documents in CouchDB. 
If you want the content of the current “winning” revision of the document to be 
included with the notification, add include_docs=true to the query string when 
you make the request. Cheers,

Adam

> On May 13, 2019, at 10:48 AM, Soheil Pourbafrani <[email protected]> 
> wrote:
> 
> Hi,
> 
> Using a stream processing engine I need CouchDB data to find out how to
> perform processing on the incomming data. The CouchDB data can be updated.
> I don't want to read data from CouchDB on each incomming message
> processing. So does CouchDB provide any feature for this?

Reply via email to