有没有办法将 Symfony PHP 框架与 Bigtable / Cassandra DB 一起使用?

发布于 2024-09-13 16:23:11 字数 49 浏览 2 评论 0原文

是否有任何桥/本机方法来使用 Bigtable / Cassandra DB 架构?

Is there any bridge/native method to use the Bigtable / Cassandra DB arhitecture?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏有森光若流苏 2024-09-20 16:23:11

您可以将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文