Key Value Database For Windows?
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/ 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