Ok actually in my query call instead of &page=14, I will put
&page=colName141st,
2012/6/12 Sasha Dolgy
> https://github.com/hmsonline/virgil Brian O'Neill posted this a while ago
> ... sits on top of Cassandra to give you the RESTful API you want
>
> Another option ... http://code.google.com/p/r
https://github.com/hmsonline/virgil Brian O'Neill posted this a while ago
... sits on top of Cassandra to give you the RESTful API you want
Another option ... http://code.google.com/p/restish/
Or, you could simply build your own ...
On Tue, Jun 12, 2012 at 8:46 AM, Tom wrote:
> Hi James,
>
>
Hi James,
No, Cassandra doesn't supports a RESTful api.
As Tamar points out, you have to supply this functionality yourself
specifically for your data model.
When designing your RESTful server application:
- consider using a RESTful framework (for example: Jersey)
- use a cassandra client to
Hi,
Thanks for the reply,
But can you tell me how do you form your request URLs,
I mean does Cassandra support a native RESTful api for talking to the
system, and if yes, on which specific port it is listening for the coming
requests ? and what does it expect for the format for the URLs ?
Thanks
Hi!
I am using java and jersey.
Works fine,
*Tamar Fraenkel *
Senior Software Engineer, TOK Media
[image: Inline image 1]
ta...@tok-media.com
Tel: +972 2 6409736
Mob: +972 54 8356490
Fax: +972 2 5612956
On Tue, Jun 12, 2012 at 9:06 AM, James Pirz wrote:
> Dear all,
>
> I am trying to
Dear all,
I am trying to query the system, specifically performing a GET for a
specific key, through Jmeter (or CURL)
and I am wondering what is the best pure RESTful API for the system (with
the lowest overhead) that I can use.
Thanks,
James