Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 8359 invoked from network); 13 Apr 2010 19:11:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 19:11:36 -0000 Received: (qmail 31307 invoked by uid 500); 13 Apr 2010 19:11:35 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 31293 invoked by uid 500); 13 Apr 2010 19:11:35 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 31284 invoked by uid 99); 13 Apr 2010 19:11:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 19:11:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bohmps@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 19:11:28 +0000 Received: by pvf33 with SMTP id 33so3355982pvf.31 for ; Tue, 13 Apr 2010 12:11:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=BGBbF2CQHZMPiZoR2iORnJQ7LVJHd1czkGPSulV1g54=; b=FpnlsNncPLZG/1NBuh3sNEWgCOsKlVBzqNs9LVqT0UdYiyJzfTHchM/7hYxO2Jlf3U X0jHGpyrSC0N3JMAGL/92sO9xp8aJn6wNto9uy0jrgsiK/p0tp9rVoF3BKINwd+mkjVl wYPyeEpFmgbN0sNMq1ApNOsQX3XryajJ8xyuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EyKTP6r0F8tLxNdB1P3tpvRvnLVNLhBOGMVuZDB6pcpA3QfNBkWMkR703zU8id1cIX u5Zgm+mcInu8rxSS9ugjqRU9A9Iwvy6MuU/j9by4k9u560MU/PwYDfkwR305R34elOQu SddKsjcpxf3VZ8RmW/ISqWf4S3ai19IkEAIOg= MIME-Version: 1.0 Received: by 10.142.48.5 with HTTP; Tue, 13 Apr 2010 12:11:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Apr 2010 12:11:07 -0700 Received: by 10.142.196.21 with SMTP id t21mr2859386wff.237.1271185867424; Tue, 13 Apr 2010 12:11:07 -0700 (PDT) Message-ID: Subject: Re: Tragedy: A high-level Cassandra Object Abstraction for Python From: Paul Bohm To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 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 out soon because I need to integrate with async systems like telephus (twisted) and tornado within the next few weeks. Best, Paul On Tue, Apr 13, 2010 at 11:53 AM, Jonathan Ellis wrote: > 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 >> 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 contains an overview and a walkthrough of a full >> Twitter-like example, so check it out. I'm continuing to work on new >> features, but the code is already being used for a real project and I >> have plans to continue development and maintain it for quite a bit >> longer. >> >> You can find Documentation, Source, and the full Twitterish-Example here: >> http://github.com/enki/tragedy/ >> >> Paul >> >