Is there any bridge/native method to use the Bigtable / Cassandra DB arhitecture?
views:
56answers:
1
+2
A:
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
Timo
2010-08-16 10:49:07