Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6D1F10AD7 for ; Mon, 16 Mar 2015 18:10:49 +0000 (UTC) Received: (qmail 42437 invoked by uid 500); 16 Mar 2015 18:10:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 42375 invoked by uid 500); 16 Mar 2015 18:10:40 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 42362 invoked by uid 99); 16 Mar 2015 18:10:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2015 18:10:39 +0000 Date: Mon, 16 Mar 2015 18:10:39 +0000 (UTC) From: "Robert Kowalski (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-2605) Visualize the CouchDB Cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)