Hi Brian,
It's an interesting one. Hope you don't mind some feedback .I see you
have been making rounds publicizing the concept and patch (like on my blog
; ) http://blog.sasha.dolgy.com/2011/05/apache-cassandra-restful-api.html)
For me, and the goals I have, I'm not sure this is fit for p
>
> Still, to Clint's point, everyone knows how to make an HTTP request. If you
> want a cassandra client running on, let's say, an iPhone for some reason, a
> REST API is going to be a lot more straight forward to implement.
There's no reason an HTTP service would have to live inside the Cassand
I agree, it would probably make more sense to just use a conventional http
server to interface with the browser clients on the front-end to act as a
pass-through to cassandra on the back-end. No sense re-implementing all that
functionality.
Still, to Clint's point, everyone knows how to make an HT
On Mon, 2010-06-28 at 13:45 -0700, Marty Greenia wrote:
> Would it ever be useful to someday have browser clients access
> cassandra servers directly? I imagine that would be the most
> compelling scenario to have REST API for.
>
I think thats an interesting use case for REST.
>From what I've se
On Mon, Jun 28, 2010 at 1:45 PM, Marty Greenia wrote:
> Would it ever be useful to someday have browser clients access cassandra
> servers directly? I imagine that would be the most compelling scenario to
> have REST API for.
This is an interesting idea, but introduces quite a few security
comple
You answered my questions on that. Thanks!!
-Original Message-
From: pres...@gmail.com [mailto:pres...@gmail.com] On Behalf Of Paul Prescod
Sent: Monday, June 28, 2010 1:37 PM
To: user@cassandra.apache.org
Subject: Re: Cassandra and Thrift on the Server Side
On Mon, Jun 28, 2010 at 1
Would it ever be useful to someday have browser clients access cassandra
servers directly? I imagine that would be the most compelling scenario to
have REST API for.
On Mon, Jun 28, 2010 at 1:36 PM, Paul Prescod wrote:
> On Mon, Jun 28, 2010 at 1:30 PM, Peter Minearo
> wrote:
> > First let me
On Mon, Jun 28, 2010 at 1:30 PM, Peter Minearo
wrote:
> First let me premise, I am new to Cassandra. I just got it installed and
> was able to add data, connect to Cassandra via Thrift and retrieve the
> data. Since, Thrift uses RPC, I was wondering if Cassandra uses Thrift on
> the server side
First let me premise, I am new to Cassandra. I just got it installed
and was able to add data, connect to Cassandra via Thrift and retrieve
the data. Since, Thrift uses RPC, I was wondering if Cassandra uses
Thrift on the server side to handle the requests from the clients? I
know Thrift is used