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 some features like channels or optimized 
replication.) But no, you can’t use an arbitrary database as a back-end.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/EED3729F-01FB-4244-B321-8F2958C5126C%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.


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 Cleanup! (james.nocent...@gmail.com) Add cleanup rule
> 
> | More info
> 
>
> 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 http://developer.couchbase.com/documentation/
> mobile/1.3/installation/android/index.html#getting-started
>
> Then, if you wish to sync data to the server-side (to share data between
> users perhaps) you can use Sync Gateway + Couchbase Server. To synchronize
> data with your Sync Gateway instance running on AWS you can follow the
> Replications guide http://developer.couchbase.com/documentation/
> mobile/1.3/develop/guides/couchbase-lite/native-api/replication/index.html
>
> James
>
> On Thursday, 13 October 2016 12:58:58 UTC+1, vidya jejurkar wrote:
>>
>> I am trying to add couch-base in my Android application for offline
>> storage. Data gets added into database but i am confused how to send data
>> on server when server is down?
>> we are using AWS server so Is offline storage can be completed using only
>> couch-base lite or Sync gateway also needed?
>> Please need help
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Couchbase Mobile" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/mobile-couchbase/bW1q8cve25A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> mobile-couchbase+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/mobile-couchbase/de916860-8761-4d56-876a-
> 593b56fcc822%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/CAKHWe0V7jAkkMMS3pOTJkgKuE-5jD0xbDeKgAzaQq2e66X_S%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
http://developer.couchbase.com/documentation/mobile/1.3/installation/android/index.html#getting-started

Then, if you wish to sync data to the server-side (to share data between 
users perhaps) you can use Sync Gateway + Couchbase Server. To synchronize 
data with your Sync Gateway instance running on AWS you can follow the 
Replications 
guide 
http://developer.couchbase.com/documentation/mobile/1.3/develop/guides/couchbase-lite/native-api/replication/index.html

James

On Thursday, 13 October 2016 12:58:58 UTC+1, vidya jejurkar wrote:
>
> I am trying to add couch-base in my Android application for offline 
> storage. Data gets added into database but i am confused how to send data 
> on server when server is down?
> we are using AWS server so Is offline storage can be completed using only 
> couch-base lite or Sync gateway also needed?
> Please need help
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/de916860-8761-4d56-876a-593b56fcc822%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.