[ 
https://issues.apache.org/jira/browse/COUCHDB-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14359884#comment-14359884
 ] 

Robert Kowalski commented on COUCHDB-2605:
------------------------------------------

Hi [~Udantha]!

We have a dockerfile for running CouchDB 
https://github.com/apache/couchdb/blob/master/Dockerfile or if you don't like 
docker we have a guide at https://couchdb.apache.org/developer-preview/2.0/ to 
get a running instance.

After you installed it you will notice that each node has a frontend port and a 
so-called backdoor-port:

The backdoor port for 15984 would be 15986 - just open 
http://localhost:15986/_all_dbs and take a look. You will see some 
system-databases like `_nodes` and have just used CouchDBs HTTP API :)

After that just take a look at Fauxton, the Admin Interface (let the cluster 
running):

go to src/fauxtonm run `npm install` and then `grunt dev` - now open 
http://localhost:8000 and you should see a red interface.

Try to create a database and and then create a first document to get a first 
impression of Fauxton. After that take another look at 
http://localhost:15986/_all_dbs - do you see any differences and if so, which?

> Visualize the CouchDB Cluster
> -----------------------------
>
>                 Key: COUCHDB-2605
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2605
>             Project: CouchDB
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>    Affects Versions: 2.1
>            Reporter: Robert Kowalski
>              Labels: CouchDB, gsoc2015, javascript
>
> Show for each database on which nodes in the cluster the data is stored - and 
> warn if the disk space runs out on these nodes.
> The project is using React.js for the Admin-Interface. You will use 
> JavaScript, CSS, HTML and the HTTP API of CouchDB to visualize the cluster. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to