Windows 上的 CouchDB?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1306160/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:00:47  来源:igfitidea点击:

CouchDB on Windows?

windowscouchdbshared-hosting

提问by epitka

I started exploring CouchDB and I am interested in following:

我开始探索 CouchDB,我对以下内容感兴趣:

  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).
  1. 是否有或将有 Windows 安装?
  2. 如果有,是否有提供 CouchDB 的共享托管服务提供商?
  3. 对它了解不多,能否以某种方式嵌入到我的应用程序或部署的 bin 中(不要笑)。

采纳答案by Luke

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

现在有一个 Windows 版本,可在CouchIO( http://www.couch.io/get) 博客上找到。

  1. Download & Unzip
  2. Double-Click bin\couchdb
  3. Relax!
  4. Visit http://127.0.0.1:5984/_utils
  1. 下载并解压
  2. 双击 bin\couchdb
  3. 放松!
  4. 访问http://127.0.0.1:5984/_utils

回答by Potherca

  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 hereand here.
  1. 最可靠的来源是CouchDB 下载页面
  2. 有几个地方提供 CouchDb 托管。除了Cloudant之外,您还可以使用大多数基础设施即服务方,例如 Google、AWS 等。
  3. 此处此处的StackOverflow 上的其他地方询问(并回答)了这个问题。

回答by dch

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.

自从 18 个月前首次发布 1.0.0 版本以来,在每次源代码发布后不久都有一个完全兼容的 CouchDB 的 Windows 版本。您现在可以直接从 Apache CouchDB 镜像http://couchdb.apache.org/获得它。

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.

注意嵌入式测试套件实际上是用于开发人员测试的;由于微妙的时间限制,并非所有测试都会在每台机器上第一次通过。在 CouchDB 的下一个版本中,测试将在浏览器之外完成,这将更简单、更健壮。

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

请对此进行投票,以便我们掌握正确的信息。

回答by user327961

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

由于发布了这个问题,因此可以在https://couchdb.apache.org/ 上下载 Windows 。