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 JonathanEllis. The comment on this change is: add twissandra link. http://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=30&rev2=31 -------------------------------------------------- == Step 4: Write your application == Cassandra uses [[http://incubator.apache.org/thrift/|Thrift]] for it's external client facing API. 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/ClientExamples|high-level client]] where available. Be sure to read the documentation on the [[http://wiki.apache.org/thrift|Thrift wiki]], and checkout the Cassandra-specific examples in ClientExamples before getting started. + Checking out a demo application like [[http://github.com/ericflo/twissandra|Twissandra]] (python + django) will also be useful. + <<Anchor(if_something_goes_wrong)>> == If Something Goes Wrong ==
