Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "ClientExamples" page has been changed by JonathanEllis. http://wiki.apache.org/cassandra/ClientExamples?action=diff&rev1=52&rev2=53 -------------------------------------------------- + =High level clients= + - High level clients are available. These are often more convenient than raw Thrift, which has a certain lowest-common-denominator flavor to it, because that's what it does. But, it's good to understand the Thrift [[API]] to have an idea of what's going on under the hood. See the individual clients for their respective documentation. + These are often more convenient than raw Thrift, which has a certain lowest-common-denominator flavor to it, because that's what it does. But, it's good to understand the Thrift [[API]] to have an idea of what's going on under the hood. See the individual clients for their respective documentation. * Ruby: * http://github.com/fauna/cassandra/tree/master @@ -12, +14 @@ * http://github.com/driftx/Telephus/tree/master (Twisted) * http://github.com/vomjom/pycassa * Scala: - * http://github.com/viktorklang/Cassidy/tree/master - * http://github.com/nodeta/scalandra/tree/master - * http://wiki.github.com/jboner/akka/ (Akka includes a Cassandra client but is more than that) + * http://akkasource.org/ (Akka includes a Cassandra client but is more than that) * Java : * http://github.com/rantav/hector - * http://code.google.com/p/cassandra-java-client [0.4 only] * PHP : * http://github.com/mjpearson/Pandra/tree/master + + ===Older clients=== + + These are not up to date with the latest Cassandra features. + + * Scala: + * http://github.com/viktorklang/Cassidy/tree/master + * http://github.com/nodeta/scalandra/tree/master + * Java: + * http://code.google.com/p/cassandra-java-client + + =Thrift examples= The rest of this page shows examples of using the low-level [[http://incubator.apache.org/thrift/|Thrift]] interface.
