On Fri, Apr 23, 2010 at 1:25 PM, Jeremy Dunck <jdu...@gmail.com> wrote: > See what you think of tragedy: > http://github.com/enki/tragedy
This one is feasible. I love the idea of 'Build your data model from Model and Index'. Even better, I am INDEED working with python and those indexes can be deferred to be resolved. Thanks. > > > On Fri, Apr 23, 2010 at 12:12 AM, aXqd <axqd...@gmail.com> wrote: >> Hi, all: >> >> I know many people regard O/R Mapping as rubbish. However it is >> undeniable that ORM is quite easy to use in most simple cases, >> Meanwhile Cassandra is well known as No-SQL solution, a.k.a. >> No-Relational solution. >> So maybe it's weird to combine ORM and Cassandra, right? Is there >> anything we can take from ORM? >> I just hate to write CRUD functions/Data layer for each object in even >> a disposable prototype program. >> >> Regards. >> -Tian >> >