Key Value Database For Windows?

旧街凉风 提交于 2019-12-03 13:34:01

问题


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/


回答1:


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.




回答2:


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




回答3:


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




回答4:


Here is the CouchDb installer for Windows

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



来源:https://stackoverflow.com/questions/775474/key-value-database-for-windows

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