views:

568

answers:

2

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

A: 

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

jpartogi
+3  A: 

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.

jamiei