Question

The cassandra database seems to be very fast, now I wanted to use it in my project made with Zend Framework. Is there a adapter?

Was it helpful?

Solution

There is a very new fledgling adapter for Cassandra and the Zend Framework which can be found on GitHub at Zend_Cassandra.

Initially it is intended as a thin Thrift layer for Cassandra but progress has been made pretty quickly and the originating team have been working with the Zend Framework Core team on getting it eventually integrated.

OTHER TIPS

Use thrift. You can checkout the interfacing for PHP from here using SVN.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top