Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 8246 invoked from network); 17 May 2010 16:16:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 16:16:57 -0000 Received: (qmail 17520 invoked by uid 500); 17 May 2010 16:16:56 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 17500 invoked by uid 500); 17 May 2010 16:16:56 -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 17492 invoked by uid 99); 17 May 2010 16:16:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 16:16:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [67.192.241.131] (HELO smtp131.dfw.emailsrvr.com) (67.192.241.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 16:16:52 +0000 Received: from relay13.relay.dfw.mlsrvr.com (localhost [127.0.0.1]) by relay13.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id 5612C313112D for ; Mon, 17 May 2010 12:16:31 -0400 (EDT) Received: by relay13.relay.dfw.mlsrvr.com (Authenticated sender: eevans-AT-racklabs.com) with ESMTPSA id 4BDC731310C5 for ; Mon, 17 May 2010 12:16:31 -0400 (EDT) Subject: Re: Avro Example Code From: Eric Evans To: user@cassandra.apache.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 17 May 2010 11:17:33 -0500 Message-ID: <1274113053.3603.15.camel@erebus.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit On Fri, 2010-05-14 at 14:52 -0600, David Wellman wrote: > Does anyone have a good link or example code that we can use to spike on Avro with Cassandra? If you're using Python, the best place to look is the functional tests (see test/system), otherwise, Patrick's quick start (http://bit.ly/32T6Mk). As Gary mentioned already, it's still very rough. After all the recent changes in trunk (dropping the keyspace arg, binary keys, etc), it's just barely back to a state where you can read/write, and only then via get/insert (i.e. no slicing, batch_mutate, etc). -- Eric Evans eevans@rackspace.com