CouchDB isn't a relational database.
CouchDB不是一个关系型数据库。
These commands automatically install CouchDB.
这些命令会自动安装CouchDB。
CouchDB provides a reduce function for this purpose.
CouchDB提供一个reduce函数来实现这个目的。
Documents: The building blocks of a CouchDB database.
文档:CouchDB数据库的构建块。
An Apache CouchDB database instance, v1.0.1 or higher.
AnApacheCouchDB数据库实例,v1.0.1或更高版本。
Now, try listing all the collections set up in CouchDB.
现在,尝试列出在CouchDB内设置的所有集合。
Use a document-centric JSON database such as Apache CouchDB.
使用基于文档的JSON数据库,比如Apache CouchDB。
The primary tool for querying and reporting CouchDB is views.
查询并报告CouchDB的主要工具是视图。
CouchDB does not allow you to create the same database twice.
CouchDB不允许两次创建同一个数据库。
This process is described in the CouchDB wiki (see Resources).
这一过程在CouchDBwiki(参见参考资料)内有详细的描述。
The target CouchDB can be an existing remote or local database.
目标CouchDB可以是现有的远程或本地数据库。
CouchDB design documents are CouchDB documents that contain views.
CouchDB设计文档是包含视图的CouchDB文档。
Installation of CouchDB varies depending on your operating system.
CouchDB的安装方法因操作系统而异。
In short, a CouchDB document is an object consisting of named fields.
简言之,一个CouchDB文档就是一个由多个命名字段组成的对象。
CouchDB USES this engine for all internal data, documents, and views.
CouchDB将这个引擎用于所有内部数据、文档和视图。
If you have CouchDB installed on your computer you can run the example.
如果您在计算机上安装了CouchDB,您就可以运行示例。
First, when issuing a PUT for a CouchDB document, you must assign a UUID.
首先,在为CouchDB文档发出PUT时,您必须分配一个UUID。
The code ultimately issues a PUT request to CouchDB to store the document.
这个代码最终发送一个PUT请求到CouchDB以保存文档。
Before you can create any documents in CouchDB, you must create a database.
在可以在CouchDB中创建任意文档之前,您必须首先创建一个数据库。
Now you have a design document where the CouchDB application can be stored.
现在您拥有了存储CouchDB应用程序的设计文档。
Ruote-couch is a storage implementation for ruote that USES Apache CouchDB.
ruote - couch是使用ApacheCouchDB实现的一种ruote存储。
Apache CouchDB is an open source, Erlang-based, document-oriented database.
ApacheCouchDB基于Erlang的、面向文档的开源数据库。
Listing 4 creates another parking ticket in CouchDB via the same technique.
清单4采用相同的技巧在CouhDB中创建了另外一个罚单。
You have now created a view, by creating a specially named CouchDB document.
现在,您通过创建一个特殊命名的CouchDB文档来创建了一个视图。
CouchDB replication occurs between two existing (local or remote) databases.
couchdb复制在两个现有(本地或远程)数据库之间进行。
If you're on Mac OS X, the installation process for CouchDB is pretty simple.
如果您使用的是MacOSX,CouchDB的安装过程十分简单。
CouchDB embodies the basic (and highly successful) concepts of the Web itself.
CouchDB体现了Web本身的基本(也是极为成功的)概念。
These views actually are stored as regular CouchDB documents but with special names.
这些视图实际上被保存为常规CouchDB文档,但有特殊的名称。
This simply tells you that CouchDB is up and running and which version you're using.
这只是为了告诉您CouchDB已经启动并运行以及所使用的是何版本。
What this means is that you can create a CouchDB database that accepts JSON documents.
这意味着,您可以创建一个能够接受JSON文档的CouchDB数据库。
应用推荐