docker-compose-stacks

CouchDB

CouchDB Logo

Apache CouchDB is an open-source NoSQL database that uses JSON to store data. It is a distributed, fault-tolerant, and schema-free document-oriented database that is accessible through a RESTful HTTP/JSON API. CouchDB is written in Erlang and is available on multiple platforms.

Prerequisites

Running the Stack

How to Run

Inside standalone or cluster directory, run docker-compose up to start the connector.

Port Configurations

Configurations

Default authentication credentials:

CouchDB Fauxton

CouchDB comes with a built-in administration interface called Fauxton. It is a web-based interface that allows you to manage your CouchDB instance. You can access Fauxton by visiting http://localhost:5984/_utils/ in your browser.

CouchDB Fauxton