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/05/12 21:26:26 UTC

[Cassandra Wiki] Update of "GettingStarted" by SandeepTata

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 SandeepTata:
http://wiki.apache.org/cassandra/GettingStarted

The comment on the change is:
added pointer to CLI

------------------------------------------------------------------------------
  
   1. You may want to edit `conf/log4j.properties`.  by default, even in background mode it will log some things to stdout as it starts up.  you can take out the stdout appender if this bugs you, and/or turn the default level from DEBUG down to INFO.
   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 a lot of languages, including C++, C#, Erlang, Haskell, Java, Objective C, OCaml, Perl, PHP, Python, Ruby, and Squeak.)
+  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.)