Apache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation. It can be used as a single-node or clustered database. CouchDB server stores its data in named databases, which contains documents with JSON structure. Each document consists of a number of fields and attachments. Fields can include text, numbers, lists, booleans, more. This article covers the steps of installing the latest version of CouchDB on Ubuntu 20.04.
Source: LXer – How to Install CouchDB on Ubuntu 20.04