1.

Please explain the main features of CouchDB?

Answer»
  • Stores the data in the JSON document.
  • It does all the work such as data INSERTION, replication, etc. via HTTP, so it has a RESTful interface
  • It can replicate to those devices that go offline and then take CARE of the data sync when they come online like ANDROID Phones
  • It assists the user in filtering out the data that a user wants to replicate to the different nodes.
  • Unlimited amount of ‘MASTERS’ can be used, i.e., in CouchDB, there is multi-master replication


Discussion

No Comment Found