是否有像 Amazon SimpleDB 一样可以在本地运行的数据库?
我真的很喜欢 Amazon SimpleDB 的工作方式:Attribute=Value(s) 存储和 SELECT 语句。我想知道是否有任何替代方案,其工作方式相同,但可以本地安装在我的 devbox 和服务器上?我见过一个开源项目,旨在重新实现 amazon simpledb,但声称仅对测试目的是安全的。是否有提供几乎相同功能的稳定解决方案?
I really like the way how Amazon SimpleDB works: Attribute=Value(s) store and SELECT statements. I'm wondering if there are any alternatives out there which work the same way but can be installed locally on my devbox and servers? I've seen one open source project which aims to re-implement the amazon simpledb but claims only to be safe for testing purposes. Are there any stable solutions out there which offer nearly the same features?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从开发人员的角度来看,Ayende Rahien 的 RavenDB 非常友好:http://ravendb.net/
Ayende Rahien's RavenDB is extremelu friendly from a developer's point of view: http://ravendb.net/
查看node-mdb (https://github.com/robtweed/node-mdb)。这是 SimpleDB 的基于 Node.js 的克隆。
警告:我实际上没有使用过......只是我正在观看的一个项目......
Check out node-mdb (https://github.com/robtweed/node-mdb). This is a node.js based clone of SimpleDB.
Caveat: I have not actually used... just a project I'm watching...