Ruby 中适用于 MongoDB 和 Google BigTable 的一个接口
是否有任何接口或“映射”堆栈可以与 GAE 的 MongoDB 和 BigTable 配合良好?我更喜欢面向文档的。
我知道有 DataMapper 以及两者的插件(或提供程序),但我不认为这些可以被认为是稳定的。 DataMapper也是面向关系数据库的。
有什么吗?
Is there any interface or "mapping" stack, that works fine with both MongoDB and BigTable from GAE? I'd prefer document-oriented one.
I know theres DataMapper with plugins (or providers) for both but I dont think these can be considered as stable. And DataMapper is also relation-database oriented.
Is there anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不了解 ruby,但是 django-nonrel 是一个备受推崇的项目在 python 中执行此操作。我知道的当前后端有 mongo、gae 数据存储、simpledb 和 cassandra。可能还有其他人在那里。
i don't know about ruby, but django-nonrel is a well-regarded project that does this in python. the current backends i know of are mongo, the gae datastore, simpledb, and cassandra. there are probably others out there too.