Re: ORM in Cassandra?

2010-04-26 Thread Paul Bohm
I call tragedy a 'Cassandra Object Abstraction' (COA), because I try write a reusable implementation of patterns that are commonly used for cassandra data modeling. E.g. using TimeUUID columns for storing an Index is a pattern. Then various strategies to partition these Indexes are another pattern.

Re: Tragedy: A high-level Cassandra Object Abstraction for Python

2010-04-13 Thread Paul Bohm
to edit). > > Does it use pycassa under the hood, out of curiosity? > > On Tue, Apr 13, 2010 at 1:50 PM, Paul Bohm wrote: >> Hey everyone, >> >> I've lately been working on Tragedy, a (yet another) Cassandra object >> abstraction for Python. While there clearl

Tragedy: A high-level Cassandra Object Abstraction for Python

2010-04-13 Thread Paul Bohm
Hey everyone, I've lately been working on Tragedy, a (yet another) Cassandra object abstraction for Python. While there clearly is no shortage of high quality Python Cassandra libraries out there already, Tragedy has a different enough design that you might still find it useful. The README contai