How is Cloudant different from and related to CouchDB?

我的未来我决定 提交于 2020-01-04 06:02:47

问题


The only thing I understand so far is that Cloudant provides cloud support and uses CouchDB in the backend.


回答1:


Cloudant vs CouchDB 1.6

  • Cloudant is horizontally scalable (with respect to data size), CouchDB isn't
  • Cloudant offers full text search, CouchDB doesn't
  • Cloudant has a different authentication system
  • Cloudant has Cloudant query which allows you do declaratively set indices and query the DB. With CouchDB, you have to use views.

Cloudant vs CouchDB 2.0

  • Cloudant offers full text search, CouchDB doesn't (though you can get it if you're willing to do a custom compilation)
  • Cloudant has a different authentication system

Apart from these differences, there's the obvious one where with Cloudant you don't have to worry about provisioning and managing the servers, in exchange for a payment.

As to how Cloudant is related to CouchDB, CouchDB is obviously core to Cloudant's offerings. However, Cloudant has also contributed a lot of code to CouchDB resulting in some key features in 2.0 (horizontal scalability, query). Quite a few Cloudant employees are also on the CouchDB PMC.



来源:https://stackoverflow.com/questions/38972019/how-is-cloudant-different-from-and-related-to-couchdb

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