CouchDB cannot call an external endpoint when changes occur, no.

However, your application can subscribe to the changes feed and receive
notification when a change occurs. Or, you can create a simple daemon to
listen to the changes feed and call out to your HTTP application.

Documentation on the changes feed is here:

    http://docs.couchdb.org/en/2.0.0/api/database/changes.html

If you have any more questions about the changes feed, or how to
consume it, ask on the u...@couchdb.apache.org list.

Best regards,
Joan

----- Original Message -----
From: "Lalit Kushwah" <lalit.kush...@hotwaxsystems.com>
To: dev@couchdb.apache.org
Sent: Tuesday, 18 July, 2017 12:40:16 AM
Subject: Can we fire a http request when any updation is performed in the 
bucket ?

First of all, I would like to give huge thanks to the CouchDB team who has 
developed such a great application.I am using the CouchDB and want to fire an 
HTTP request when any updations are performed in the bucket.I have gone through 
all the blogs of Apache available to achieve the goal but nothings works.I have 
also written the external process in the [updation] section of the local.ini 
file but this does not work for me either.So please provide me with the 
guidance if CouchDB supports what I want.

Thanks

Reply via email to