You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/22 20:13:00 UTC

[Cassandra Wiki] Update of "ClientExamples" by CurtMicol

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 ==