Mention the key features of CouchDB?

devquora
devquora

Posted On: Feb 22, 2018

 

The key features of CouchDB are as stated below.

  • JSON documents – Each and every data is stored in JSON document.
  • RESTful interface- Each and every data task and management can be done via HTTP.
  • N-Master replication- Unlimited amount of masters can be used for replication topologies.
  • Built for offline – This database can replicate to devices (e.g. Android phones) and can be used in offline mode. But the data will be in sync when the device is back online.
  • Replication filters – Filters can be applied to replicate different nodes in the database.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Couchdb Interview Questions

    State the use of CouchDB?

    Uses of CouchDB are as stated; It can be used directly to write a client’s application without the use of any other se..

    Couchdb Interview Questions

    What does cloudDB kit mean?

    CloudDB is a framework for python application, helps to access and manage CouchDB data. It allows the user to manage Co..

    Couchdb Interview Questions

    Differentiate between ETL Testing and Manual Testing.

     ETL testing is the basic procedure of writing scripts for the automated testing process, there is no need of any addi..