支持 .7 Cassandra 的 PHP 客户端?
我查看了 Cassandra Wrapper,但从声称更新客户端的博客下载的文件缺少文件。有人获得 PHPcassa 或其他客户端来使用 Cassandra 的 .7 beta 版吗?
I looked into Cassandra Wrapper, but the download from a blog that claimed to update the client was missing files. Anyone gotten PHPcassa or another client to work with .7 beta of Cassandra?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您不知道自己在做什么,Thrift 界面实际上会非常痛苦。
我对这个问题的回答有点晚了,但对其他人可能有用:我在这里花了一些时间让 phpcassa 与 Cassandra 0.7 一起工作:
The Thrift interface is actually pretty painful if you don't know what you're doing.
My answer to this question is a bit late, but it might be useful for others: I've put some time in to make phpcassa work with Cassandra 0.7 here: https://github.com/thobbs/phpcassa
thrift 接口 非常易于使用,您可以为多种语言生成它。
API 描述得很好。任何包装器都会使用节俭。无论如何,您都必须学习其他人的 API,那么为什么要经历另一个抽象级别并降低您的应用程序的速度呢?
The thrift interface is really easy to work with and you can generate it for many languages.
The API is described well. Any wrapper is just going to use thrift. You will have to learn someone else's API anyway so why go through another level of abstraction ans slow down your app?
看看简单的卡西。适用于 0.7。
http://code.google.com/p/simpletools-php/wiki/SimpleCassie
Take a look at SimpleCassie. Works with 0.7.
http://code.google.com/p/simpletools-php/wiki/SimpleCassie
http://www.softwareprojects.com/resources /programming/t-cassandra-php-wrapper-07-1979.html
试试这个
http://www.softwareprojects.com/resources/programming/t-cassandra-php-wrapper-07-1979.html
try this