Key Value Database For Windows?

谁都会走 提交于 2019-12-03 04:23:51

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.

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

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

Here is the CouchDb installer for Windows

http://people.apache.org/~mhammond/dist/0.11.0/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!