Re: Java client options for C* v1.2

2013-03-21 Thread aaron morton
Astyanax is under active development at Netflix. https://github.com/datastax/java-driver is under active development at Data Stax. Chose one of those IMHO. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 21/03/2

Re: Java client options for C* v1.2

2013-03-21 Thread dong.yajun
Hello, Any suggestion abort it? whether you use which one, they both contact Cassandra via thrift. I'd suggest you to take look at RingCache, it can help you to compute the endpoint of data on Client side since Cassandra will forward your request on coordinator node. and another solution is tha

Re: Java client options for C* v1.2

2013-03-21 Thread Alicia Leong
I tried https://github.com/datastax/java-driver with below CQL3. It works well. CREATE TABLE my_columnfamily ( printer varchar, computer varchar, snapshot int, xml text, status varchar, PRIMARY KEY ((printer, computer), snapshot) ) WITH CLUSTERING ORDER BY (snapshot DESC); CREATE INDE

Re: Java client options for C* v1.2

2013-03-21 Thread Marko Asplund
Víctor Hugo Oliveira Molinar wrote: > I guess Hector fits your requirements. The last release is pretty new. > But i'd suggest you to take a look at astyanax too. thanks. C* versions 1.1 and 1.2 seem to have been released after the latest Hector release. Does Hector support al the newer C* featur

Re: Java client options for C* v1.2

2013-03-19 Thread Víctor Hugo Oliveira Molinar
I guess Hector fits your requirements. The last release is pretty new. But i'd suggest you to take a look at astyanax too. On Tue, Mar 19, 2013 at 6:34 PM, Marko Asplund wrote: > Hi, > > I'm about to start my first Cassandra project and am a bit puzzled by > the multitude of different client opti

Java client options for C* v1.2

2013-03-19 Thread Marko Asplund
Hi, I'm about to start my first Cassandra project and am a bit puzzled by the multitude of different client options available for Java. Are there any good comparisons of the different options that's been done recently? I'd like choose a client that - is feature complete (provides access to all C