Is there any bridge/native method to use the Bigtable / Cassandra DB arhitecture?
Is there any bridge/native method to use the Bigtable / Cassandra DB arhitecture?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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