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 access your Cassandra data (for example:
astyanax)
Good luck,
Tom
On 06/11/2012 11:15 PM, James Pirz wrote:
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 in advance,
James
On Mon, Jun 11, 2012 at 11:09 PM, Tamar Fraenkel <ta...@tok-media.com
<mailto:ta...@tok-media.com>> wrote:
Hi!
I am using java and jersey.
Works fine,
*Tamar Fraenkel *
Senior Software Engineer, TOK Media
Inline image 1
ta...@tok-media.com <mailto: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 <james.p...@gmail.com
<mailto:james.p...@gmail.com>> wrote:
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