Anyone out there using Cassandra (http://cassandra.apache.org/) with PHP? What PHP module would you guys recommend to communicate between PHP and Cassandra?
+1
A:
I'm just guessing, but it seems that uses something called thrift, im not very much into it, but i'll look for the page i had read lately about that, aaand there it is => http://wiki.apache.org/cassandra/ClientExamples03
markcial
2010-03-24 15:00:51
+2
A:
http://github.com/mjpearson/Pandra/tree/master
http://github.com/hoan/phpcassa [port of pycassa to PHP]
http://code.google.com/p/simpletools-php/wiki/SimpleCassie (ORM like wrapper)
For more high level API clients see ClientExamples on the Cassandra wiki.
Schildmeijer
2010-03-24 15:22:57
A:
I am using Thrift API for accessing cassandra .. Mine is a php project.
regards Sujith [email protected]