会玩!框架与 membase 一起工作,或者可能在一般的 NoSQL 数据库中工作?
Membase 看起来很有前途。只是想知道是否可以玩!可以与 Membase 一起使用。任何人都可以尝试分享一些经验,如果可能的话一些样本/文档等?
Membase seems pretty promising. Just wonder if Play! can work with Membase. Can anyone tried it share some experience and if possible some samples/documentation etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,Membase 没有模块。您可能需要检查现有 NoSQL 模块的代码(例如 MongoDB),以了解如何创建您的 NoSQL 模块。自己的 Membase 接口。
There is no module (that I know of) for Membase. You may want to check the code for existing NoSQL modules (like MongoDB) to see how to create your own interface to Membase.
查看 Play 的模块 (http://www.playframework.org/modules)。有适用于 Mongo、Riak 等的模块。我目前正在使用 Morphia 和 Play 并取得了巨大成功。
checkout Play's modules (http://www.playframework.org/modules). There are modules for Mongo, Riak, etc. I am currently using Morphia with Play with great success.