CouchDB
Apache CouchDB is a document-oriented NoSQL database that syncs, featuring a HTTP API, MapReduce indexing, and multi-master replication.
About
Apache CouchDB is a document-oriented NoSQL database that uses JSON for documents, JavaScript for MapReduce views, and exposes a RESTful HTTP API for interaction. It is built for scalability, fault tolerance, and ease of replication across distributed systems. CouchDB is particul…