Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 2814 invoked from network); 31 Mar 2010 18:19:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Mar 2010 18:19:51 -0000 Received: (qmail 44710 invoked by uid 500); 31 Mar 2010 18:19:51 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44693 invoked by uid 500); 31 Mar 2010 18:19:51 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 44679 invoked by uid 99); 31 Mar 2010 18:19:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 18:19:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 18:19:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD394234C4C8 for ; Wed, 31 Mar 2010 18:19:27 +0000 (UTC) Message-ID: <621555076.611381270059567774.JavaMail.jira@brutus.apache.org> Date: Wed, 31 Mar 2010 18:19:27 +0000 (UTC) From: "Pablo Cuadrado (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-918) Create a dazzling web ui for cassandra In-Reply-To: <1189716095.473521269465867135.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852016#action_12852016 ] Pablo Cuadrado commented on CASSANDRA-918: ------------------------------------------ Hi! My idea on the GUI was to develop at first a communication mechanism/layer, providing both JMX and Thrift functionalities, in order to achieve monitoring and querying capabilities like most DB web UIs do. It would be good to know which features are most desirable, to develop a roadmap. Please comment any opinion/idea on this matter! As for the language, personally, I don't mind if it's PHP or Python, BUT: I care about running the project in a language which is familiar to the Cassandra community. I wouldn't like to build a PHP UI which seems like a foreign member standing outside the Cassandra umbrella. About Flex, in my experience, I don't see it as "flexible" as HTML/CSS/Javascript (the usual suspects on the client side) are. For instance, HTML runs on different devices/platforms/browsers almost the same way, or by tweaking some CSS and Javascript (think iPhone, Blackberry, Android, netbooks, etc). Nowadays, with modern browser is easy to have graphs updated on the run with any need of refresh. Take a look at YUI Charts polling mechanisms: http://developer.yahoo.com/yui/examples/charts/charts-xhr-polling.html These are flash implementations but can also be done via javascript very easily. > Create a dazzling web ui for cassandra > -------------------------------------- > > Key: CASSANDRA-918 > URL: https://issues.apache.org/jira/browse/CASSANDRA-918 > Project: Cassandra > Issue Type: Wish > Components: Contrib > Reporter: Gary Dusbabek > > This would need to pull in jmx attributes and be able to execute operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.