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.
Inside standalone
or cluster
directory, run docker-compose up
to start the connector.
5984
- CouchDB REST APIDefault authentication credentials:
admin
password
secret
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.