开发者

Is there any way to use Symfony PHP framework with Bigtable / Cassandra DB?

开发者 https://www.devze.com 2023-01-11 19:48 出处:网络
Is there an开发者_运维技巧y bridge/native method to use the Bigtable / Cassandra DB arhitecture?You can use Cassandra with the Thrift-Protocol. There is a nice PHP-Class to use Cassandra/Thrift with P

Is there an开发者_运维技巧y bridge/native method to use the Bigtable / Cassandra DB arhitecture?


You can use Cassandra with the Thrift-Protocol. There is a nice PHP-Class to use Cassandra/Thrift with PHP: http://www.softwareprojects.com/resources/programming/t-cassandra-php-wrapper-07-1979.html

But there is no plugin or something that allows you to use the default Model layer of Symfony. You will need to use a library like the linked wrapper-class

0

精彩评论

暂无评论...
验证码 换一张
取 消