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

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

I am glad you got it working - sorry for the initial hassle. With a running 
three node cluster you can now start taking a look:

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 

In another terminal run (after installing haproxy):
haproxy -f rel/haproxy.conf

After that just take a look at Fauxton, the Admin Interface (let the cluster 
running):
go to src/fauxton  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?

May I ask you to move the further discussion to our dev mailing list so 
everybody can follow our progress apart from this ticket describing the feature?

> 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