Re: Calling CouchDB Views from Couchbase lite

2016-10-11 Thread Raja
CouchDB. But I assume we cannot use Sync Gateway with CouchDB , so will have to figure a way to move our records from CouchDB to Couchbase Server and then use Sync Gateway if our current filtering seems unusable. Thanks Raja On Tue, Oct 11, 2016 at 9:17 PM, Traun Leyden wrote: > Couchbase L

Re: Using "since" param in _changes Native API

2016-10-12 Thread Raja
. > @tleyden suggested in another thread the same thing, Ill try and see if the above solution is bearable, otherwise will have to shift to using Channels and Sync Gateway. Thanks Raja -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" g

Re: Starting Sync Gateway

2014-08-05 Thread Raja
ket":"sync_gateway" }, "grocery-sync": { "server":"http://localhost:8091";, "bucket":"grocery-sync", "sync": `function(doc, oldDoc) { channel ("public");}`, }