call back method for membase

140 views Asked by At

Do membase providing any call back method. The requirements is as soon as a value put in to membase, a callback method should get called and it will store the data in to database or any file system. Do membase support this function or is there any other key-value store supports it.

2

There are 2 answers

0
Ananth Duari On BEST ANSWER

As Mike mentioned I created a hack and used tap stream to do the job.

3
mikewied On

On the new Couchbase website you now have the ability to download 1.7+ versions of Membase/Couchbase. Also, Membase has been renamed to Couchbase. 1.8.x and lower are the typical Membase architecture. 2.0 and higher versions of Couchbase provide support for documents and querying.