AW: New web client & future API

2011-07-14 Thread MW | Codefreun.de
-Ursprüngliche Nachricht- Von: MW | Codefreun.de [mailto:m...@codefreun.de] Gesendet: Samstag, 25. Juni 2011 07:30 An: user@cassandra.apache.org Betreff: AW: New web client & future API I just implemented a simple charting to monitor the keyspaces (please have a look at

AW: New web client & future API

2011-06-24 Thread MW | Codefreun.de
: - A new tab - A collapsible panel inside the already existing CF-tab What do you think? -Ursprüngliche Nachricht- Von: Jonathan Colby [mailto:jonathan.co...@gmail.com] Gesendet: Montag, 20. Juni 2011 12:20 An: user@cassandra.apache.org Betreff: Re: New web client & future AP

RE: New web client & future API

2011-06-20 Thread Vivek Mishra
: New web client & future API I just took a look at the demo. This is really great stuff! I will try this on our cluster as soon as possible. I like this because it allows people not too familiar with the cassandra CLI or Thrift a way to query cassandra data. On Jun 20, 2011, at 10:5

Re: New web client & future API

2011-06-20 Thread Jonathan Colby
I just took a look at the demo. This is really great stuff! I will try this on our cluster as soon as possible. I like this because it allows people not too familiar with the cassandra CLI or Thrift a way to query cassandra data. On Jun 20, 2011, at 10:56 AM, Markus Wiesenbacher | Codefr

Re: New web client & future API

2011-06-20 Thread Markus Wiesenbacher | Codefreun.de
Should work now ... Von meinem iPhone gesendet Am 20.06.2011 um 09:28 schrieb "Andrey V. Panov" : > How to download it? > Your "Download war-file" open just blank page :( > > On 14/06/2011, Markus Wiesenbacher | Codefreun.de wrote: > >> I just released an early version of my web client >> (ht

Re: New web client & future API

2011-06-20 Thread Andrey V. Panov
How to download it? Your "Download war-file" open just blank page :( On 14/06/2011, Markus Wiesenbacher | Codefreun.de wrote: > I just released an early version of my web client > (http://www.codefreun.de/apollo) which is Thrift-based, and therefore I > would like to know what the future is ...

Re: New web client & future API

2011-06-15 Thread Nate McCall
CQL support in Hector was available as of 0.8.0 release. See details here: https://github.com/rantav/hector/wiki/Using-CQL On Wed, Jun 15, 2011 at 9:46 AM, Jeffrey Kesselman wrote: > Correct me if I'm wrong, but AFAIK Hector is the  only higher level > APi I would consider "complete' right now,

Re: New web client & future API

2011-06-15 Thread Jeffrey Kesselman
Correct me if I'm wrong, but AFAIK Hector is the only higher level APi I would consider "complete' right now, with support for things like fail-over. I notice in the latest Hector build he is starting to add CQL support, so thats what I'm sticking with. When he has CQL support done I'll decide i

Re: New web client & future API

2011-06-15 Thread Victor Kabdebon
Ok thanks for the update. I thought the query string was translated to Thrift, then send to a server. Victor Kabdebon 2011/6/15 Eric Evans > On Tue, 2011-06-14 at 09:49 -0400, Victor Kabdebon wrote: > > Actually from what I understood (please correct me if I am wrong) CQL > > is based on Thrift

Re: New web client & future API

2011-06-15 Thread Markus Wiesenbacher | Codefreun.de
I am using a Javascript framework, Sencha ExtJS. The format between UI and servlets is JSON. Thanks for your response and that you agree to my music taste ;) Am 15.06.2011 um 15:48 schrieb AJ : > Nice interface... and someone has good taste in music. > > BTW, I'm new to web programming, what

Re: New web client & future API

2011-06-15 Thread Eric Evans
On Tue, 2011-06-14 at 09:49 -0400, Victor Kabdebon wrote: > Actually from what I understood (please correct me if I am wrong) CQL > is based on Thrift / Avro. In this project, we tend to use the word "Thrift" as a sort of shorthand for "Cassandra's RPC interface", and not, "The serialization and R

Re: New web client & future API

2011-06-15 Thread Jeremy Hanna
Yes - avro is alive and well. Avro as an RPC alternative for Cassandra is dead. See reasoning here: http://goo.gl/urENc On Jun 15, 2011, at 8:28 AM, Holger Hoffstaette wrote: > On Wed, 15 Jun 2011 10:04:53 +1200, aaron morton wrote: > >> Avro is dead. > > Just so that this is not misundersto

Re: New web client & future API

2011-06-15 Thread Holger Hoffstaette
On Wed, 15 Jun 2011 10:04:53 +1200, aaron morton wrote: > Avro is dead. Just so that this is not misunderstood: "for Cassandra". Avro itself (and -ipc) is far from dead. -h

Re: New web client & future API

2011-06-15 Thread AJ
Nice interface... and someone has good taste in music. BTW, I'm new to web programming, what did you use for the web components? JSF, JavaScript, something else? On 6/14/2011 7:42 AM, Markus Wiesenbacher | Codefreun.de wrote: Hi, what is the future API for Cassandra? Thrift, Avro, CQL? I

AW: New web client & future API

2011-06-14 Thread MW | Codefreun.de
@cassandra.apache.org Betreff: Re: New web client & future API AFAIK... Avro is dead. Thrift is the current API and currently the only full featured API. CQL is a possible future API, given community support and development time it may become the only API. The initial release is not feature comp

Re: New web client & future API

2011-06-14 Thread aaron morton
AFAIK... Avro is dead. Thrift is the current API and currently the only full featured API. CQL is a possible future API, given community support and development time it may become the only API. The initial release is not feature complete (e.g. missing some DDL statements) and still uses thr

Re: New web client & future API

2011-06-14 Thread Markus Wiesenbacher | Codefreun.de
Yes, I wanted to start from the base ... Am 14.06.2011 um 15:48 schrieb Sasha Dolgy : > Your application is built with the thrift bindings and not with a > higher level client like Hector? > > On Tue, Jun 14, 2011 at 3:42 PM, Markus Wiesenbacher | Codefreun.de > wrote: >> >> Hi, >> >> what i

Re: New web client & future API

2011-06-14 Thread Victor Kabdebon
Hello Markus, Actually from what I understood (please correct me if I am wrong) CQL is based on Thrift / Avro. Victor Kabdebon 2011/6/14 Markus Wiesenbacher | Codefreun.de > > Hi, > > what is the future API for Cassandra? Thrift, Avro, CQL? > > I just released an early version of my web client

Re: New web client & future API

2011-06-14 Thread Sasha Dolgy
Your application is built with the thrift bindings and not with a higher level client like Hector? On Tue, Jun 14, 2011 at 3:42 PM, Markus Wiesenbacher | Codefreun.de wrote: > > Hi, > > what is the future API for Cassandra? Thrift, Avro, CQL? > > I just released an early version of my web client

New web client & future API

2011-06-14 Thread Markus Wiesenbacher | Codefreun.de
Hi, what is the future API for Cassandra? Thrift, Avro, CQL? I just released an early version of my web client (http://www.codefreun.de/apollo) which is Thrift-based, and therefore I would like to know what the future is ... Many thanks MW