Dear Wiki user,

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

The "ThriftInterface" page has been changed by JohnSanders.
http://wiki.apache.org/cassandra/ThriftInterface?action=diff&rev1=15&rev2=16

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

  The most common way to access Cassandra is via the 
[[http://incubator.apache.org/thrift/|Thrift]] interface.
  
- In short Thrift allows you easily setup service clients and servers in 
various programming languages. It generates code from a Thrift file describing 
the service. See Cassandra's Thrift file 
[[https://svn.apache.org/repos/asf/incubator/cassandra/trunk/interface/cassandra.thrift|here]].
+ In short Thrift allows you easily setup service clients and servers in 
various programming languages. It generates code from a Thrift file describing 
the service. See Cassandra's Thrift file 
[[https://svn.apache.org/repos/asf/cassandra/trunk/interface/cassandra.thrift|here]].
  
  Let's see how we can use a generated python client to access Cassandra.
  

Reply via email to