Search code examples
androidcouchdbcouchbase-lite

Couchbase Lite alternative


I have an Android project whose use CouchBase lite 1.4 with CouchDB .We want to use the last CouchBase lite version but I have been reading this in the documentation about CouchBase Lite 2.0 :

The new protocol is incompatible with CouchDB-based databases. And since Couchbase Lite 2 only supports the new protocol, you will need to run a version of Sync Gateway that supports it.

So I guess I have to migrate to Sync Gateway ?¿ as I can read here:

Couchbase Lite 2.0's enhanced replication protocol is not compatible with CouchDB. The Sync Gateway 2.0 however will supporting both Couchbase Lite 2.0 mobile clients with the new protocol and the CouchDB enabled replication protocol.

My problem is that I have not clear what is Sync GatAway,becouse in some places you can read that works with CouchDB in other place I can read that does not work.


Solution

  • You can use Cloudant Sync for Android as an alternative. It is compatible with your CouchDB installation or with IBM's Cloudant NoSQL service.

    We are using this library in some mobile projects based on Android.