You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by feedly team <fe...@gmail.com> on 2012/10/17 17:13:17 UTC

ORM library

Hello,
    This year at Feedly we have been exploring using cassandra. To ease
development and really as a learning exercise about cassandra and hector,
we wrote a small ORM library. We've been using it over the past few months
and thought we would open source it to get feedback and see if anyone else
found it useful. It's based on the hibernate dao/query by example pattern
and has support for secondary indexes and nested collections among other
things (more details in the README linked below).

http://bit.ly/T0pM4m

Thanks.
Kireet and the Feedly team

Re: ORM library

Posted by aaron morton <aa...@thelastpickle.com>.
Thanks, 
	Feel free to add a link on http://wiki.apache.org/cassandra/ClientOptions 

Cheers

-----------------
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com

On 18/10/2012, at 4:13 AM, feedly team <fe...@gmail.com> wrote:

> Hello,
>     This year at Feedly we have been exploring using cassandra. To ease development and really as a learning exercise about cassandra and hector, we wrote a small ORM library. We've been using it over the past few months and thought we would open source it to get feedback and see if anyone else found it useful. It's based on the hibernate dao/query by example pattern and has support for secondary indexes and nested collections among other things (more details in the README linked below).
> 
> http://bit.ly/T0pM4m
> 
> Thanks.
> Kireet and the Feedly team