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 2010/01/07 21:42:27 UTC

[Cassandra Wiki] Trivial Update of "ClientExamples" by JonathanEllis

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=45&rev2=46

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

- High level clients are available.  Use one of these if you can.  See the individual clients for documentation.
+ 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.
   * Ruby:
    * http://github.com/fauna/cassandra/tree/master
    * http://github.com/NZKoz/cassandra_object/tree/master (for Rails)