简体   繁体   English

Windows 上的 CouchDB?

[英]CouchDB on Windows?

I started exploring CouchDB and I am interested in following:我开始探索 CouchDB,我对以下内容感兴趣:

  1. Is there or will there be a Windows install?是否有或将有 Windows 安装?
  2. If there is, is there a shared hosting provider that offers CouchDB?如果有,是否有提供 CouchDB 的共享托管服务提供商?
  3. Not knowing much about it, can it be somehow embedded in my application or bin deployed (don't laugh).对它了解不多,能否以某种方式嵌入到我的应用程序或部署的 bin 中(不要笑)。
  1. The most reliable source is the CouchDB download page最可靠的来源是CouchDB 下载页面
  2. There are several places offering CouchDb hosting.有几个地方提供 CouchDb 托管。 Besides Cloudant , you can use most Infrastructure-as-a-Service parties like Google, AWS, etc.除了Cloudant之外,您还可以使用大多数基础设施即服务方,如 Google、AWS 等。
  3. This question was asked (and answered) elsewhere on StackOverflow here and here .此处此处的StackOverflow 上的其他地方询问(并回答)了这个问题。

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双击 bin\\couchdb
  3. Relax!放松!
  4. Visit http://127.0.0.1:5984/_utils访问http://127.0.0.1:5984/_utils

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.自从 18 个月前首次发布 1.0.0 版本以来,在每次源代码发布后不久都有一个完全兼容的 Windows 版本的 CouchDB。 You can get this directly from the Apache CouchDB mirrors http://couchdb.apache.org/ now.您现在可以直接从 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.请对此进行投票,以便我们掌握正确的信息。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM