Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API. https://couchdb.apache.org/
Find a file
2025-02-07 00:46:57 +03:00
SOURCES init 2025-01-27 18:40:38 +03:00
SPECS init 2025-01-27 18:40:38 +03:00
.couchdb.metadata fix tarbal file path in metadata file 2025-02-06 15:11:26 +03:00
README.md update readme 2025-02-07 00:46:57 +03:00

CouchDB

Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.

Homepage: https://couchdb.apache.org/