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 2009/06/04 07:26:44 UTC

[Cassandra Wiki] Update of "GettingStarted" by Chris Goffinet

Dear Wiki user,

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

The following page has been changed by Chris Goffinet:
http://wiki.apache.org/cassandra/GettingStarted

------------------------------------------------------------------------------
   1. DataModel explains the Cassandra ColumnFamily data model
   1. CassandraCli describes a simple Command-Line Interface to store and retrieve data.
   1. ThriftInterface gives examples for accessing and modifying data.  If you are writing a Java client, Cassandra comes with libthrift.jar and the Thrift client classes you will need.  Otherwise you will need to InstallThrift and generate the client code for your language of choice.  (Thrift supports many languages, including C++, C#, Erlang, Haskell, Java, Objective C, OCaml, Perl, PHP, Python, Ruby, and Squeak.)
+  1. ClientExamples gives client examples