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
精彩评论