1.

Distinguish Between Couchdb And Couchbase Server?

Answer»

COUCHDB: Apache CouchDB is CAPABLE of storing the JSON documents and also provides the facility to attach the non-JSON files to those documents.

Couchbase server: Couchbase server is capable of storing the credentials and key-values, thus, it will be able to STORE BINARY data or any other kind of data and also JSON documents. The couchbase server takes the help of a Memcached binary protocol for key-value functionalities and REST API’s SQL and view QUERIES.

CouchDB: Apache CouchDB is capable of storing the JSON documents and also provides the facility to attach the non-JSON files to those documents.

Couchbase server: Couchbase server is capable of storing the credentials and key-values, thus, it will be able to store binary data or any other kind of data and also JSON documents. The couchbase server takes the help of a Memcached binary protocol for key-value functionalities and REST API’s SQL and view queries.



Discussion

No Comment Found