适用于 Ruby 的 HBase ORM
存在哪些适用于 Ruby 的 HBase ORM/适配器?哪些是最好的?为什么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
存在哪些适用于 Ruby 的 HBase ORM/适配器?哪些是最好的?为什么?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Rhino 和 Bigrecord 似乎已经好几个月不活跃了。
以下是针对 hbase 的更活跃的 Ruby ORM:https://github.com/CompanyBook/massive_record
Rhino and Bigrecord seem to be not active for several months.
Here is a more active Ruby ORM for hbase: https://github.com/CompanyBook/massive_record
我不知道哪一个最好,但是:
https://github.com/sqs/rhino
https://github.com/openplaces/bigrecord
我倾向于创建一个 Datamapper 适配器 - 然后你受益于强大的 ORM(假设您认为这是一个好处)和标准测试。我看到有人几天前开始了一个项目,但还没有推送任何代码,也许可以在 Github 上观看?:
I don't know about which one is best, but:
https://github.com/sqs/rhino
https://github.com/openplaces/bigrecord
My inclination would be to create a Datamapper adapter - you then get the benefit of a powerful ORM (assuming you think that is a benefit) and standard tests. I see someone started a project a few days ago but hasn't yet pushed any code, perhaps watch it on Github?:
我还没有尝试过,但有 Massive Record,它自 2011 年 8 月起一直在积极维护,并且基于 ActiveModel。
https://github.com/CompanyBook/massive_record/
I haven't tried it yet, but there's Massive Record, which is actively maintained as of Aug 2011 and is based on ActiveModel.
https://github.com/CompanyBook/massive_record/