Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stwissel/couchdb-replication-graph
- Owner: Stwissel
- Created: 2023-12-21T17:33:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T17:45:28.000Z (11 months ago)
- Last Synced: 2024-04-15T02:21:16.823Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)