Windows 的键值数据库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/775474/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Key Value Database For Windows?
提问by Axl
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).
除了 MongoDB 和 Memcached,还有哪些键值存储在 Windows 上运行?我见过的大多数似乎只能在 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/
相关链接:
是否有经过业务验证的云存储/Key=>Value Database?(开源)
http://www.metabrew.com/article/anti-rdbms-a-list-of-distributed-key-value-stores/
采纳答案by Alan
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, CouchDBand MongoDB.
我会看一下highscalability.com上的这篇文章。它描述了一些您可能需要考虑的选项,包括Tokyo Cabinet/Tyrant、CouchDB和MongoDB。
回答by paxdiablo
Berkeley DBis available. I'm surprised no-one has mentioned it yet.
Berkeley DB的是可用的。我很惊讶还没有人提到它。
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#
.
您可以使用本机或 Cygwin 工具链在 Windows 上构建它,但如果您要将它与C#
.
回答by Martin Murphy
Here is the CouchDb installer for Windows
这是适用于 Windows 的 CouchDb 安装程序
回答by alphazero
Redis is C99 (Posix). It should be trivial to build and run it on cygwin.
Redis 是 C99 (Posix)。在 cygwin 上构建和运行它应该是微不足道的。