适用于 Ruby 的 HBase ORM

发布于 2024-09-17 18:11:40 字数 47 浏览 5 评论 0 原文

存在哪些适用于 Ruby 的 HBase ORM/适配器?哪些是最好的?为什么?

What HBase ORM/adapters for Ruby exists? Which are the best? WHY?

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

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

发布评论

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

评论(3

情仇皆在手 2024-09-24 18:11:40

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

余厌 2024-09-24 18:11:40

我不知道哪一个最好,但是:

我倾向于创建一个 Datamapper 适配器 - 然后你受益于强大的 ORM(假设您认为这是一个好处)和标准测试。我看到有人几天前开始了一个项目,但还没有推送任何代码,也许可以在 Github 上观看?:

I don't know about which one is best, but:

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?:

对不⑦ 2024-09-24 18:11:40

我还没有尝试过,但有 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/

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