Couchbase-lite and CouchDB

假装没事ソ 提交于 2019-11-30 11:45:44

According to the documents it is 100% compatible with both CouchDB and Couchbase.

http://docs.couchbase.com/couchbase-lite/cbl-concepts/#can-couchbase-lite-replicate-with-apache-couchdb-servers

Also I found this blog post on syncing IOS with CouchDB, might be useful! http://blog.lunarlogic.io/2013/synchronization-using-couchdb/

Edit

Official Couchbase link above isn't valid anymore however the following official article from Couchbase lists the other databases that are compatible: (CouchDB,PouchDB,Cloudant)http://developer.couchbase.com/documentation/mobile/current/develop/guides/couchbase-lite/native-api/replication/index.html

Couchbase Lite implements the CouchDB replication protocol and is 100% compatible with CouchDB. However, Couchbase Server does not require certain document metadata that CouchDB documents contain for performance reasons. Sync Gateway is how the necessary meta-data gets added to Couchbase Server.

As of Couchbase Lite 2.0, it is no longer compatible with CouchDB. It now requires a Sync Gateway. You will need to use Couchbase Lite 1.x.

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.

https://docs.couchbase.com/couchbase-lite/2.1/swift.html#compatibility

I just started using recently using but I hope My answer will be use for some scenario..

coming to your question It all depends on your requirement..

1: If you want to offline and online synchronization you must go with sync gateway.

2: I don't want synchronization means no need of going with syncgateway.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!