Hi Lalit,
you might want to check out this recent creation by ermouth:
> Happy to introduce Couchbox, CouchDB query server augment/substitute. See
> it at https://gitlab.com/Couchbox/couchbox 
> <https://gitlab.com/Couchbox/couchbox>
> 
> Questions are welcomed.
> 
> ermouth

Johs



> On 18 Jul 2017, at 07:39, Joan Touzet <woh...@apache.org> wrote:
> 
> 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