views:

42

answers:

2

I looked into Cassandra Wrapper, but the download from a blog that claimed to update the client was missing files. Anyone gotten PHPcassa or another client to work with .7 beta of Cassandra?

A: 

The thrift interface is really easy to work with and you can generate it for many languages.

The API is described well. Any wrapper is just going to use thrift. You will have to learn someone else's API anyway so why go through another level of abstraction ans slow down your app?

Stephen Holiday