couchdb
-
The target CouchDB can be an existing remote or local database .
目标CouchDB可以是现有的远程或本地数据库。
-
Now you have a design document where the CouchDB application can be stored .
现在您拥有了存储CouchDB应用程序的设计文档。
-
CouchDB uses this engine for all internal data , documents , and views .
CouchDB将这个引擎用于所有内部数据、文档和视图。
-
Some knowledge of how CouchDB stores these results is necessary to understand this reduce function .
了解一些关于CouchDB如何存储这些结果的知识对于理解这个reduce函数很必要。
-
Specifically , your CouchDB instance has one database in it : songs .
并且,您的CouchDB实例内具有这样一个数据库:songs。
-
Before you can create any documents in CouchDB , you must create a database .
在可以在CouchDB中创建任意文档之前,您必须首先创建一个数据库。
-
The code ultimately issues a PUT request to CouchDB to store the document .
这个代码最终发送一个PUT请求到CouchDB以保存文档。
-
CouchDB does not allow you to create the same database twice .
CouchDB不允许两次创建同一个数据库。
-
Views : Getting useful information out of CouchDB
视图:从CouchDB获取有用信息
-
The approached will be discussed at the CouchDB community meeting this week .
本周的CouchDB社区会议将会讨论这项技术。
-
If you have CouchDB installed on your computer you can run the example .
如果您在计算机上安装了CouchDB,您就可以运行示例。
-
The primary tool for querying and reporting CouchDB is views .
查询并报告CouchDB的主要工具是视图。
-
This does not mean you cannot retrieve a set of related data from a CouchDB database .
这并不意味着不能从CouchDB数据库获取一组关系数据。
-
Here 's something else that CouchDB isn 't : an object-oriented database .
此外,CouchDB亦不是一个面向对象的数据库。
-
These views actually are stored as regular CouchDB documents but with special names .
这些视图实际上被保存为常规CouchDB文档,但有特殊的名称。
-
The easiest way is to use CouchDB 's Futon application ( see Resources ) .
最简单的方法是使用CouchDB的Futon应用程序(参见参考资料)。
-
CouchDB embodies the basic ( and highly successful ) concepts of the Web itself .
CouchDB体现了Web本身的基本(也是极为成功的)概念。
-
Now , try listing all the collections set up in CouchDB .
现在,尝试列出在CouchDB内设置的所有集合。
-
Replicating data in CouchDB is a one-step process from an API perspective .
从API角度看,在CouchDB中复制数据是一个单步过程。
-
CouchDB 's emit function works as an organizer of sorts .
CouchDB的emit函数将充当各种形式的组织器。
-
Also , the same rule as in the Updating a CouchDB document section applies here .
另外,更新CouchDB文档小节中的规则在这里也适用。
-
In this article you learned about the technical viewpoint for offline applications with CouchDB .
您在本文中了解了通过CouchDB创建脱机应用程序的技术观点。
-
Finally , you will learn how to replicate this application between two Apache CouchDB instances .
最后,您还要学习如何在两个ApacheCouchDB实例之间复制应用程序。
-
You need to install CouchDB from source if you want the very latest version ( see Resources ) .
如果需要最新版本,则需要通过源代码来安装CouchDB(参见参考资料)。
-
For this reason , CouchDB views should , for the most part , be created in design documents .
因此,CouchDB视图大部分情况下应该创建在设计文档中。
-
CouchDB does not come with an auto-increment or sequence feature .
CouchDB没有自动递增或序列特性。
-
If you 're on Mac OS X , the installation process for CouchDB is pretty simple
如果您使用的是MacOSX,CouchDB的安装过程十分简单
-
This simply tells you that CouchDB is up and running and which version you 're using .
这只是为了告诉您CouchDB已经启动并运行以及所使用的是何版本。
-
And you 'll communicate with CouchDB via a handy Groovy module .
并且,您将通过一个方便易用的Groovy模块来与它通信。
-
CouchDB will not let you update a document if your revision number is out of date .
如果您的修订编号过期,CouchDB将不允许您更新文档。