Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stwissel/couchdb-replication-graph

Visualizing replication of CouchDB
https://github.com/stwissel/couchdb-replication-graph

Last synced: 3 days ago
JSON representation

Visualizing replication of CouchDB

Awesome Lists containing this project

README

        

# CouchDB replication graph experiments

The application consists of two parts: a server, mostly to avoid CORS onfiguration and a client rendering the actual UI.

## Configuration

Use the `Add CouchDB` button to add a server. They will be persisted
in `server.json` for reuse.

## Running it

```bash
git clone [email protected]:Stwissel/couchdb-replication-graph.git
cd couchdb-replication-graph
npm install
npm run build
npm run server
```

Open [localhost:3000](http://localhost:3000) in your browser

## Feedback

Use [GitHub Issues](https://github.com/Stwissel/couchdb-replication-graph/issues)