Re: What is replication in couchbase mobile?

2016-10-13 Thread Jens Alfke
> On Oct 13, 2016, at 9:43 PM, vidya jejurkar wrote: > > Thanks you for replying. we are using our own server so is it necessary to > used couch base server? You need Couchbase Server + Sync Gateway. It’s possible to sync with CouchDB or Cloudant (but you don’t get

Re: What is replication in couchbase mobile?

2016-10-13 Thread vidya jejurkar
Hi James, Thanks you for replying. we are using our own server so is it necessary to used couch base server? Vidya. On Thu, Oct 13, 2016 at 6:46 PM, James Nocentini wrote: > [image: Boxbe] This message is eligible > for Automatic

Re: What is replication in couchbase mobile?

2016-10-13 Thread James Nocentini
Hi Vidya, Couchbase Lite is a standalone embedded database. You can use Couchbase Lite as a local database in your Android app. To Get Started with Couchbase Lite (CBL) on Android you can follow the code here to persist a simple document to the database