Hello,
I'm authoring a new .NET client for Cassandra (there : <http://code.google.com/p/cassandra-sharp/> http://code.google.com/p/cassandra-sharp/) - it is using the Thrift API for the moment but I would not be against supporting CQL. Unfortunately, I have some doubt on performance - the command is an ASCII string and it looks like performance will be pretty bad when transferring big data (considering data is hex-encoded - it's just the double of the data that will flow on the network). Am I missing something ? Thanks, - Pierre