Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "ClientOptions" page has been changed by JonathanEllis.
http://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=90&rev2=91

--------------------------------------------------

   * Scala:
    * Scromium: http://github.com/cliffmoon/scromium
    * Cascal: http://github.com/shorrockin/cascal
-   * Cassandra4o: http://code.google.com/p/cassandra4o/ (works with Java, 
includes hooks for Hibernate-like Object-mapping) 
+   * Cassandra4o: http://code.google.com/p/cassandra4o/ (works with Java, 
includes hooks for Hibernate-like Object-mapping)
    * Akka: http://akkasource.org/ (Akka includes a Cassandra client but is 
more than that)
   * Java :
    * Hector: http://github.com/rantav/hector
    * OCM: http://github.com/charliem/OCM (higher level client built on Hector)
-   * Datanucleus-Cassandra plug-in: 
http://github.com/PedroGomes/datanucleus-cassandra (Persistence of objects 
through the JDO/JPA APIs under the Datanucleus platform). 
+   * Datanucleus-Cassandra plug-in: 
http://github.com/PedroGomes/datanucleus-cassandra (Persistence of objects 
through the JDO/JPA APIs under the Datanucleus platform).
   * PHP :
-   * Panda: http://github.com/mjpearson/Pandra/tree/master
+   * Pandra: http://github.com/mjpearson/Pandra/tree/master
    * PHP Cassa: http://github.com/hoan/phpcassa [port of pycassa to PHP]
-   * Simple Cassie: http://code.google.com/p/simpletools-php/wiki/SimpleCassie 
(ORM like wrapper)
   * Clojure :
    * CLJ-Cassandra: http://github.com/robertluo/clj-cassandra
   * Grails :
@@ -49, +48 @@

    * http://github.com/nodeta/scalandra/tree/master
   * Java:
    * http://code.google.com/p/cassandra-java-client
+  * PHP:
+   * Simple Cassie: http://code.google.com/p/simpletools-php/wiki/SimpleCassie
  
  = Thrift =
- 
  Thrift is the Cassandra driver-level interface that the clients above build 
on.  You can use raw Thrift from just about any language, but it's not 
particularly idiomatic in any of them.  Some examples are given in 
ThriftExamples.
  
  = Internal API =
- 
  The StorageProxy API is available to JVM-based clients, but you should use 
Thrift unless you have a very good reason not to.  (The most common reason is 
wanting to use the BinaryMemtable bulk-load interface.)
  
  = Hadoop =
- 
  Running Hadoop map/reduce jobs in Cassandra is described in HadoopSupport.
  

Reply via email to