适用于 Windows 的键值数据库?

发布于 2024-07-18 07:31:44 字数 509 浏览 5 评论 0原文

除了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

南城旧梦 2024-07-25 07:31:44

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#.

鱼窥荷 2024-07-25 07:31:44

我会看一下 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.

何必那么矫情 2024-07-25 07:31:44

Redis 是 C99 (Posix)。 在 cygwin 上构建和运行它应该很简单。

Redis is C99 (Posix). It should be trivial to build and run it on cygwin.

末骤雨初歇 2024-07-25 07:31:44

这是适用于 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文