Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 44041 invoked from network); 22 Aug 2009 18:13:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Aug 2009 18:13:14 -0000 Received: (qmail 2046 invoked by uid 500); 22 Aug 2009 18:13:34 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 2021 invoked by uid 500); 22 Aug 2009 18:13:34 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 2011 invoked by uid 99); 22 Aug 2009 18:13:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Aug 2009 18:13:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Aug 2009 18:13:21 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 50177118AC for ; Sat, 22 Aug 2009 18:13:00 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: cassandra-commits@incubator.apache.org Date: Sat, 22 Aug 2009 18:13:00 -0000 Message-ID: <20090822181300.22020.8398@eos.apache.org> Subject: [Cassandra Wiki] Update of "ClientExamples" by CurtMicol X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The following page has been changed by CurtMicol: http://wiki.apache.org/cassandra/ClientExamples The comment on the change is: Updated clients to match those that Joe Alex had found. ------------------------------------------------------------------------------ High level clients are available. Use one of these if you can. See the individual client for documentation. - * Ruby: http://github.com/fauna/cassandra/tree/master; also http://github.com/NZKoz/cassandra_object/tree/master + * Ruby: + ** http://github.com/fauna/cassandra/tree/master + ** http://github.com/NZKoz/cassandra_object/tree/master * Python: http://github.com/digg/lazyboy/tree/master - * Scala: http://github.com/viktorklang/Cassidy/tree/master or http://github.com/nodeta/scalandra/tree/master + * Scala: + ** http://github.com/viktorklang/Cassidy/tree/master + ** http://github.com/nodeta/scalandra/tree/master + ** http://github.com/stevej/cassandra_client_scala + ** http://github.com/jboner/akka + * Clojure: http://github.com/mattrepl/clojure-cassandra + + (Thanks to [http://blog.joealex.org/2009/08/cassandra-db-clients.html Joe Alex]) The rest of this page shows examples of using the low-level [http://incubator.apache.org/thrift/ Thrift] interface. + These examples are for Cassandra trunk, which will become 0.4. See ClientExamples03 for examples fitting the 03 API. - These examples are for Cassandra trunk, which will become 0.4. - - See ClientExamples03 for examples fitting the 03 API. == PHP ==