
CouchDB-v2.x
Apache CouchDB is an open-source document-oriented NoSQL database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API.
About
Apache CouchDB is a document-oriented NoSQL database designed for web-scale applications. It stores data as JSON documents and exposes a RESTful HTTP API for interaction, making it naturally suited for web and mobile applications. CouchDB emphasizes ease of replication and distri…