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 2013/06/07 21:55:09 UTC

[Cassandra Wiki] Update of "ClientOptions" by TylerHobbs

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 TylerHobbs:
https://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=169&rev2=170

Comment:
Add cqlengine to clients page

  New projects should use [[API|CQL]].  Sending CQL over the wire is not hard, but clients here provide connection pooling, failover, and often other benefits like [[http://www.datastax.com/docs/1.2/cql_cli/cql/TRACING|tracing support]].
  
   * Python:
+   * cqlengine: https://github.com/bdeggleston/cqlengine
    * Pycassa: http://github.com/pycassa/pycassa
   * Java:
    * [[http://github.com/datastax/java-driver|DataStax Java driver]]