Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 86840 invoked from network); 5 Oct 2009 13:47:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 13:47:13 -0000 Received: (qmail 43953 invoked by uid 500); 5 Oct 2009 13:47:13 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 43923 invoked by uid 500); 5 Oct 2009 13:47:12 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 43914 invoked by uid 99); 5 Oct 2009 13:47:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:47:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of herchu@gmail.com designates 209.85.217.227 as permitted sender) Received: from [209.85.217.227] (HELO mail-gx0-f227.google.com) (209.85.217.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:47:03 +0000 Received: by gxk27 with SMTP id 27so3003432gxk.7 for ; Mon, 05 Oct 2009 06:45:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=OquL7YxkX3yg2XXilC2O1YwePXCNX436tIXlye/3kPY=; b=ABcV74RLLASGSsWTg0rZb8ilfhm2rNtcF8d8TSJCJZvtMygCQCrPCeDO+Bxr9VOdvS fOFJYgeext90YrFvEdJSlhAz/8rvllpTpi2Mu3e7puCtT9GKdvgOcUwnGtzAN/jSvBLx fPTIw4TyFFu0W/atALhPKqqeflO3NuM+piQdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Q+SiL5ribdwtKv2CLfnzolCHBOneIQNvaRq4qpudFxZHXlXm2XNk3pzo/PSYw4C+ZB ZEgp7EM4I01nVfMWLRiThEXqQIo3QfGOO06xyQqUnHtbe8zHVuU1zzH7dpFbDz0aCc00 RCESxpIW7TDCvvjz9/zkZoyXpjb0s+ya0bQgw= MIME-Version: 1.0 Received: by 10.150.183.11 with SMTP id g11mr87419ybf.50.1254750341995; Mon, 05 Oct 2009 06:45:41 -0700 (PDT) In-Reply-To: <872340b70910050044w335182q5879dfeaeeed8ae5@mail.gmail.com> References: <872340b70910050044w335182q5879dfeaeeed8ae5@mail.gmail.com> Date: Mon, 5 Oct 2009 10:45:41 -0300 Message-ID: Subject: Re: PhpMyAdmin-like Cassandra Client From: Hernan Badenes To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Johannes, I had a similar concern and worked on a small browser, on which you can currently browse and open columns (for our own usage, it has some features oriented to columns storing JSON data), and do some minimal updates (inserts/deletes). It is web-based, written on Python. Current code and discussion is in this issue: https://issues.apache.org/jira/browse/CASSANDRA-457 Feel free to throw in your comments, every suggestion is welcome (not to mention contributions to the code!). Regards, Hernan. On Mon, Oct 5, 2009 at 4:44 AM, Johannes Schaback wrote: > Hi everbody, > > I was wondering if there exists a Cassandra client that is a bit more > friendly to people that arent as technical enthusiastic as we are? We > are currently using the CLI to peek into Cassandra, but that's a bit > too much to ask for my non-technical colleagues. > > Maybe somebody already built a GUI client, or something web based that > goes into the direction of PhpMyAdmin? > > Thanks! > > Johannes Schaback > > PS: fyi, we are currently evaluating Cassandra for href="http://mode.ladenzeile.de">Mode (a larger German fashion > site) for caching and tracking/analytics. > -- Saludos, H.