Key Value Database For Windows?

前端 未结 4 702
一向
一向 2021-02-06 07:40

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 l

相关标签:
4条回答
  • 2021-02-06 08:11

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

    0 讨论(0)
  • 2021-02-06 08:21

    Here is the CouchDb installer for Windows

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

    0 讨论(0)
  • 2021-02-06 08:23

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

    0 讨论(0)
  • 2021-02-06 08:26

    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.

    0 讨论(0)
提交回复
热议问题