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/08/14 17:58:42 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=176&rev2=177

Comment:
Add DataStax python driver, remove pycassa (it doesn't support CQL)

  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
+   * [[http://github.com/datastax/python-driver|DataStax Python Driver]]
+     * Mapping layer: [[http://github.com/cqlengine/cqlengine|cqlengine]] (native branch)
   * Java:
    * [[http://github.com/datastax/java-driver|DataStax Java driver]]
   * Node.js