有没有办法将 Symfony PHP 框架与 Bigtable / Cassandra DB 一起使用?
是否有任何桥/本机方法来使用 Bigtable / Cassandra DB 架构?
Is there any bridge/native method to use the Bigtable / Cassandra DB arhitecture?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 Cassandra 与 Thrift 协议一起使用。有一个很好的 PHP 类可以将 Cassandra/Thrift 与 PHP 结合使用:
http://www.softwareprojects.com/ resources/programming/t-cassandra-php-wrapper-07-1979.html
但是没有插件或其他东西可以让你使用 Symfony 的默认模型层。您将需要使用像链接的包装类这样的库
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