将NoSQL DB挂载为文件系统
我正在寻找在 Ubuntu 10.04 LTS 或 CentOs 5 中轻松安装 NoSQL DB 作为文件系统之一的方法
我知道有一些针对 mongoDB、CouchDB、riak 的保险丝项目,
但我无法很好地编译它们并且工作正常。您是否有稳定且正在运行的文件系统?
我认为 Riak 比他们更出色。因为它像 Cassandra 一样真正分布式。 但我认为将 BigCouch 与 Couch-fuse 一起使用也可能有效。 我只是无法让它在我的系统中正常工作。
有方便安装的版本吗?
I am looking for the way to easily mount one of the NoSQL DB as File System both in Ubuntu 10.04 LTS or CentOs 5
I know there are there are some fuse projects for mongoDB, CouchDB, riak,
But I can't make them compiled nicely and work fine. Do you have a stable and running a File System on them?
I think Riak is the best over them. As it is truly distributed like Cassandra.
But I think using BigCouch with Couch-fuse may also work.
I just can't make that work fine in my system.
Any easy to install version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我只能代表 CouchDB。 (因为我对其他系统不熟悉)
UbuntuOne 是一个文件同步系统(很像 Dropbox),后端使用CouchDB。它是闭源的,但我主要指出它是概念验证。
此外,还有一个名为 couchdb-fuse 的项目,它安装了 CouchDB 设计doc 附件作为文件系统的一部分。
I can only speak for CouchDB. (as I'm not familiar with the others)
UbuntuOne is a file-sync system (much like Dropbox) that uses CouchDB on the back-end. It's closed-source, but I'm mostly pointing it out as proof-of-concept.
In addition, there is a project out there called couchdb-fuse, which mounts CouchDB design doc attachments as part of the filesystem.
这个问题基于数据库而不使用fuse的FS有一些除了关于 mongodb 的讨论之外,还有很好的建议。
This question FS based on a database without using fuse has some good advice other than just the discussion about mongodb.