Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.01 KB

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

  • Docker
  • Docker Compose

Running the Stack

How to Run

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

Port Configurations

  • 5984 - CouchDB REST API

Configurations

Default authentication credentials:

  • Username: admin
  • Password: password
  • Secret: secret

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