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

2010-04-13 Thread Paul Bohm
Ok, will add it. I originally tried to build upon both lazyboy and pycassa, but started from scratch when the abstraction didn't feel right both times. The only part of pycassa that I use now is the socket/reconnect code, which does exactly what's needed for now. I'm however planning to switch it

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

2010-04-13 Thread Jonathan Ellis
You should add it to http://wiki.apache.org/cassandra/ClientOptions (click Login 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 > abstracti

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