문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top