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/11/18 21:52:39 UTC

[Cassandra Wiki] Update of "GettingStarted" by CMichaelPilato

Dear Wiki user,

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

The "GettingStarted" page has been changed by CMichaelPilato.
The comment on this change is: Update URLs which changed due to Thrift's graduation from incubation..
http://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=47&rev2=48

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

  If you don't yet have access to hardware for a Cassandra cluster you can try it out on EC2 with [[CloudConfig]].
  
  == Step 4: Write your application ==
- Cassandra uses [[http://incubator.apache.org/thrift/|Thrift]] for its external client-facing API. Cassandra's main API/RPC/Thrift port is 9160. Thrift supports a [[http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/|wide variety of languages]] so you can code your application to use Thrift directly, or use a [[http://wiki.apache.org/cassandra/ClientOptions|high-level client]] where available. Be sure to read the documentation on the [[http://wiki.apache.org/thrift|Thrift wiki]], and check out the Cassandra-specific examples in ThriftExamples before getting started.  
+ Cassandra uses [[http://thrift.apache.org/|Thrift]] for its external client-facing API. Cassandra's main API/RPC/Thrift port is 9160. Thrift supports a [[http://svn.apache.org/viewvc/thrift/trunk/lib/|wide variety of languages]] so you can code your application to use Thrift directly, or use a [[http://wiki.apache.org/cassandra/ClientOptions|high-level client]] where available. Be sure to read the documentation on the [[http://wiki.apache.org/thrift|Thrift wiki]], and check out the Cassandra-specific examples in ThriftExamples before getting started.  
  
  Important note: you need to install the svn revision of thrift that matches the revision that your version of Cassandra uses. [[InstallThrift]]