适用于 Windows 的键值数据库?
除了 MongoDB 和 Memcached 之外,Windows 上还运行哪些键值存储? 我见过的大多数似乎只能在 Linux 上运行(Hypertable、Redis、Lightcloud)。
相关链接:
是否有经过业务验证的云存储 / Key= >价值数据库? (开源)
http://www.metabrew .com/article/anti-rdbms-a-list-of-distributed-key-value-stores/
Other than MongoDB and Memcached, what key-value stores run on Windows? Most of the ones I've seen seem to only run on Linux (Hypertable, Redis, Lightcloud).
Related links:
Is there a business proven cloud store / Key=>Value Database? (Open Source)
http://www.metabrew.com/article/anti-rdbms-a-list-of-distributed-key-value-stores/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Berkeley DB 是 可用。 我很惊讶还没有人提到过它。
您可以使用本机或 Cygwin 工具链在 Windows 上构建它,但如果您要将其与
C#
链接,那么最好使用 MSVC。Berkeley DB is available. I'm surprised no-one has mentioned it yet.
You can build it on Windows either with a native or Cygwin toolchain, but it's probably best with MSVC if you're going to be linking it with
C#
.我会看一下 highscalability.com 上的这篇文章。 它描述了您可能需要考虑的一些选项,包括东京内阁/暴君、CouchDB 和
I would take a look at this article from highscalability.com. It describes a few options that you may want to consider, including Tokyo Cabinet/Tyrant, CouchDB and MongoDB.
Redis 是 C99 (Posix)。 在 cygwin 上构建和运行它应该很简单。
Redis is C99 (Posix). It should be trivial to build and run it on cygwin.
这是适用于 Windows 的 CouchDb 安装程序
http://people.apache.org/~默蒙德/dist/0.11.0/
Here is the CouchDb installer for Windows
http://people.apache.org/~mhammond/dist/0.11.0/