epitka
epitka

Reputation: 17637

CouchDB on Windows?

I started exploring CouchDB and I am interested in following:

  1. Is there or will there be a Windows install?
  2. If there is, is there a shared hosting provider that offers CouchDB?
  3. Not knowing much about it, can it be somehow embedded in my application or bin deployed (don't laugh).

Upvotes: 23

Views: 14001

Answers (4)

user327961
user327961

Reputation: 2490

Since this question was posted, there is a Windows download available at https://couchdb.apache.org/ .

Upvotes: 1

Potherca
Potherca

Reputation: 14590

  1. The most reliable source is the CouchDB download page
  2. There are several places offering CouchDb hosting. Besides Cloudant, you can use most Infrastructure-as-a-Service parties like Google, AWS, etc.
  3. This question was asked (and answered) elsewhere on StackOverflow here and here.

Upvotes: 17

dch
dch

Reputation: 1542

There's been a fully compatible Windows build of CouchDB shortly after every source release, since the initial 1.0.0 release over 18 months ago. You can get this directly from the Apache CouchDB mirrors http://couchdb.apache.org/ now.

NB the embedded test suite is actually for developer testing; due to subtle timing constraints not all tests will pass first time round on every machine. In the next release of CouchDB, the tests will be done outside the browser which will be both simpler and more robust.

Please up-vote this so we have the right information to hand.

Upvotes: 3

Luke
Luke

Reputation: 3381

There's a Windows version now, available on CouchIO (http://www.couch.io/get) blog.

  1. Download & Unzip
  2. Double-Click bin\couchdb
  3. Relax!
  4. Visit http://127.0.0.1:5984/_utils

Upvotes: 13

Related Questions