Re: Hector Object Mapper

2011-06-22 Thread Daniel Colchete
gt; > On Wed, Jun 22, 2011 at 10:10 AM, Daniel Colchete wrote: > > Good day everyone, > > > > a few days ago I was suggested to use the Hector Object Mapper here but > it > > seems that the code wasn't upgraded to support Cassandra 0.8 yet. There > is a > >

Hector Object Mapper

2011-06-22 Thread Daniel Colchete
Good day everyone, a few days ago I was suggested to use the Hector Object Mapper here but it seems that the code wasn't upgraded to support Cassandra 0.8 yet. There is a reference for it here: https://github.com/rantav/hector/wiki/Versioning. The project's history

Re: Cassandra Clients for Java

2011-06-22 Thread Daniel Colchete
u could also refer to Kundera-examples for reference at: > > > > https://github.com/impetus-opensource/Kundera-Examples > > > > I hope it helps. > > > > > > *From:* Daniel Colchete [mailto:d...@cloud3.tc] > *Sent:* Monday, June 20, 2011 8:23 PM > *To:

Re: Cassandra Clients for Java

2011-06-20 Thread Daniel Colchete
>> has made large gains in simplifying the API. It has connection caching, load >> balancing and failover build into its client. >> >> I found it easy to use and stable. My code has been in production since >> April 2011 and we've not had one Hector issue yet. >>

Cassandra Clients for Java

2011-06-17 Thread Daniel Colchete
Good day everyone! I'm getting started with a new project and I'm thinking about using Cassandra because of its distributed quality and because of its performance. I'm using Java on the back-end. There are many many things being said about the Java high level clients for Cassandra on the web. To