单词 | CouchDB | ||||||||||
释义 | CouchDB
更多释义 收起释义 例句释义: 文档的数据存储,面向文档的数据库,文档型存储 1. After installing CouchDB, the container is ready to enter the downloaded application in a few steps. 在安装CouchDB以后,容器就可以按一些步骤输入已下载的应用程序。 www.ibm.com 2. The last statement in Listing 2 defines the URL that you'll use to access the CouchDB database used for the article's examples. 清单2中最后一个语句定义您将用于访问本文示例使用的CouchDB数据库的URL。 www.ibm.com 3. In this article, I'll introduce you to CouchDB and show you how you can rapidly get up to speed with using it. 在本文中,我将向您介绍CouchDB并展示如何使用它提升开发速度。 www.ibm.com 4. All data in a CouchDB database is stored in a document, and each document can be made up of an undefined number of fields. CouchDB数据库中的所有数据都储存在一个文档中,并且每个文档可以由未定义的字段组成。 www.ibm.com 5. CouchDB can be a great alternative to relational databases for many applications, especially ones involving less-structured data. 对许多应用程序而言,CouchDB可能是一个很不错的关系数据库替代品,特别涉及缺少结构的数据的应用程序。 www.ibm.com 6. CouchDB is schemaless in that each document stands on its own and requires no specific fields (other than an identifier and a revision). CouchDB是无模式的,原因是每个文档都独立存在,(除一个标识符和一个修订外)不需要任何特定字段。 www.ibm.com 7. With CouchDB, you can search for documents, properties of documents, and even relate documents just as in the relational world. 借助CouchDB,您可以搜索文档、文档属性甚至在关系世界中关联文档。 www.ibm.com 8. As you can see, CouchDB has tried to create the database, but encountered an error in the process. 如您所见,CouchDB尝试创建该数据库,但在这个过程中遇到一个错误。 www.ibm.com 9. Don't try to use CouchDB in a relational way, like inserting ID fields that help you make relationships clear between documents. 不要试图以关系型数据库的方式使用CouchDB,比如插入ID字段来帮助理清文档间的关系。 www.ibm.com 10. Listing 1 is an example of the map and reduce functions of a CouchDB view that counts the number of documents that have an attachment. 清单1是CouchDB视图的map和reduce函数的一个例子,它计算带有附件的文档的数目。 www.ibm.com 1. Now, try listing all the collections set up in CouchDB. 现在,尝试列出在CouchDB内设置的所有集合。 www.ibm.com 2. CouchDB databases store uniquely named documents and provide a RESTful JSON API that allow applications to read and modify these documents. CouchDB数据库存储惟一的命名文档并提供一个RESTfulJSONAPI,该API允许应用程序读取和修改这些文档。 www.ibm.com 3. In a recent article I showed you how a document-oriented datastore (CouchDB) differs vastly from schema-oriented relational databases. 在一篇最近的文章中,我向您展示了一个面向文档的数据存储(CouchDB)与面向模式的关系型数据库的巨大区别。 www.ibm.com 4. CouchDB does not allow you to create the same database twice. CouchDB不允许两次创建同一个数据库。 www.ibm.com 5. This simple API call is a simple GET request, with the response informing us of the version of CouchDB installed. 这个简单的API调用是一个简单的GET请求,其响应通知我们所安装的CouchDB的版本。 www.ibm.com 6. Views in CouchDB are created on demand and can be used to aggregate, join, and report on documents in the database. 在CouchDB中可以根据需求创建视图,并使用它在数据库中聚合、连接和报告文档。 www.ibm.com 7. CouchDB can scale to many instances and incrementally replicate between the various nodes in the cluster. CouchDB可以扩展到许多实例,在集群中的各个节点之间进行增量式复制。 www.ibm.com 8. This is all built on top of CouchDB replication abilities, which I have found useful even outside of scaling distributed CouchDB databases. 这全部基于CouchDB的复制能力,我发现这种能力甚至在可伸缩分布式CouchDB数据库外部仍然有用。 www.ibm.com 9. Some knowledge of how CouchDB stores these results is necessary to understand this reduce function. 了解一些关于CouchDB如何存储这些结果的知识对于理解这个reduce函数很必要。 www.ibm.com 10. Now that I've created a few parking tickets (or documents in CouchDB speak), it's time to create a view in CouchDB. 现在,我已经创建了一些停车罚单(或者,用CouchDB的术语来说是一些文档),接下来可以在CouchDB中创建一些视图了。 www.ibm.com 1. CouchDB views can be permanent views stored inside design document, or temporary views executed on demand. CouchDB视图可以是储存在设计文档内部的永久性视图,或者是根据需求执行的临时视图。 www.ibm.com 2. Next month, I'll give you a look at CouchDB, a document-oriented database that's is distinctly different from, say, MySQL. 下一个月,我将带您了解CouchDB,一个面向文档的数据库,这是一个完全不同于MySQL的数据库。 www.ibm.com 3. Apache CouchDB is an open source document-oriented database management system that stores data as JSON objects. ApacheCouchDB是一个基于开源文档的数据库管理系统,它将数据存储为JSON对象。 www.ibm.com 4. CouchDB will not let you update a document if your revision number is out of date. 如果您的修订编号过期,CouchDB将不允许您更新文档。 www.ibm.com 5. CouchDB does not come with an auto-increment or sequence feature. CouchDB没有自动递增或序列特性。 www.ibm.com 6. If you don't see this message, go back through your installation and configuration process to get CouchDB up and running. 如果您没有看到这个消息,那么就请重新进行安装和配置直至CouchDB启动并运行。 www.ibm.com 7. Installation of CouchDB varies depending on your operating system. CouchDB的安装方法因操作系统而异。 www.ibm.com 8. In the URL, substitute the correct port number if your CouchDB installation is not configured to use the default port. 在这个URL中,如果您的CouchDB配置不是使用默认端口,则应替换为正确的端口号。 www.ibm.com 9. These plugins include accessing various data stores including CouchDB, REST storage and Google AppEngine. 这些插件包括访问存取各种数据库,例如CouchDB、REST存储和GoogleAppEngine。 www.infoq.com 10. The target CouchDB can be an existing remote or local database. 目标CouchDB可以是现有的远程或本地数据库。 www.ibm.com 1. This article covers the use of Clojure for performing basic CouchDB operations, querying CouchDB using views, and database replication. 本文涵盖了使用Clojure执行基本CouchDB操作,通过视图查询以及数据库复制。 www.ibm.com 2. The process is operated by entering the URL of the source and target CouchDB and activating the Replicate button. 该过程通过输入源和目标CouchDB的URL并激活Replicate按钮来操作。 www.ibm.com 3. From the Terminal window, run the following command to retrieve any last-minute changes or dependencies: sudo port upgrade couchdb. 从Terminal窗口,运行如下命令来检索最后一分钟所做的任何更改或依赖项:sudoportupgradecouchdb。 www.ibm.com 4. All it does is filter the documents in the CouchDB database by a document's officer property. 它的作用是通过文档的officer属性来过滤CouchDB数据库中的文档。 www.ibm.com 5. You need to install CouchDB from source if you want the very latest version (see Resources). 如果需要最新版本,则需要通过源代码来安装CouchDB(参见参考资料)。 www.ibm.com 6. Specifically, your CouchDB instance has one database in it: songs. 并且,您的CouchDB实例内具有这样一个数据库:songs。 www.ibm.com 7. The easiest way is to use CouchDB's Futon application (see Resources). 最简单的方法是使用CouchDB的Futon应用程序(参见参考资料)。 www.ibm.com 8. CouchDB replication occurs between two existing (local or remote) databases. CouchDB复制在两个现有(本地或远程)数据库之间进行。 www.ibm.com 9. In this article you learned about the technical viewpoint for offline applications with CouchDB. 您在本文中了解了通过CouchDB创建脱机应用程序的技术观点。 www.ibm.com 10. These views actually are stored as regular CouchDB documents but with special names. 这些视图实际上被保存为常规CouchDB文档,但有特殊的名称。 www.ibm.com 1. CouchDB's emit function works as an organizer of sorts. CouchDB的emit函数将充当各种形式的组织器。 www.ibm.com 2. The approached will be discussed at the CouchDB community meeting this week. 本周的CouchDB社区会议将会讨论这项技术。 www.infoq.com 3. Also, the same rule as in the Updating a CouchDB document section applies here. 另外,更新CouchDB文档小节中的规则在这里也适用。 www.ibm.com 4. CouchDB can be installed from source or, where available, it can be installed using a package manager (e. g. , MacPorts on Mac OS X). CouchDB可以从源文件安装,也可以使用包管理器安装(比如在MacOSX上使用MacPorts)。 www.ibm.com 5. Apache CouchDB, a new (at release 0. 10. 0 as of this writing) open source database, is no exception. 全新的开源数据库ApacheCouchDB(截至撰写本文时的发行版为0.10.0)也不例外。 www.ibm.com 6. This revision is actually the MD5 hash of the document, automatically added by CouchDB. 这个修订实际上是文档的MD5哈希表,由CouchDB自动添加。 www.ibm.com 7. Change the port number as needed in your REPL session if your copy of CouchDB is configured differently. 如果您的副本配置不同,可以根据需要在您的REPL会话中更改端口号。 www.ibm.com 8. CouchDB was originally written in C , but in April 2008, the project moved to the Erlang OTP platform for its emphasis on fault tolerance. CouchDB最初是用C 编写的,但在2008年4月,这个项目转移到ErlangOTP平台进行容错测试。 www.ibm.com 9. CouchDB does not feature locking mechanisms; two clients can load and edit the same document at the same time. CouchDB没有锁机制;两个客户机可以同时加载和编辑同一个文档。 www.ibm.com 10. Here's something else that CouchDB isn't: an object-oriented database. 此外,CouchDB亦不是一个面向对象的数据库。 www.ibm.com 1. The primary tool for querying and reporting CouchDB is views. 查询并报告CouchDB的主要工具是视图。 www.ibm.com 2. First, when issuing a PUT for a CouchDB document, you must assign a UUID. 首先,在为CouchDB文档发出PUT时,您必须分配一个UUID。 www.ibm.com 3. Replicating data in CouchDB is a one-step process from an API perspective. 从API角度看,在CouchDB中复制数据是一个单步过程。 www.ibm.com 4. CouchDB makes this easy by giving you the ability to replicate at a database level using the same REST interface you've been using thus far. 通过允许使用我们此前一直使用的REST接口来在数据库级别复制数据,CouchDB使得数据复制工作变得很轻松。 www.ibm.com 5. The ability to write CouchDB views in Clojure means you have one less language to support in an application and more continuity in the code. 在Clojure中编写CouchDB视图的能力意味着能在应用程序中少支持一种语言并在代码中实现更多连续性。 www.ibm.com 6. Now you have a design document where the CouchDB application can be stored. 现在您拥有了存储CouchDB应用程序的设计文档。 www.ibm.com 7. This launches the CouchDB server and keeps it running persistently, so it will start up if you ever restart your Mac. 这会启动CouchDB服务器并保持它持续运行,所以只要重启Mac,它就会随之启动。 www.ibm.com 8. To simplify matters, create a new database in the same CouchDB node (for example, new-stuff-db). 为简化问题,请在相同的CouchDB节点上创建新的数据库(例如new-stuff-db)。 www.ibm.com 9. In the Creating a CouchDB document section, you created a record for the movie Psycho. 在创建CouchDB文档小节中,我们为电影Psycho创建了一条记录。 www.ibm.com 10. Listing 4 is a JSON document (from CouchDB) followed by an equivalent Clojure map representation 清单4是一个(来自CouchDB的)JSON文档,后面是一个对等的Clojure映射表示 www.ibm.com 1. Views: Getting useful information out of CouchDB 视图:从CouchDB获取有用信息 www.ibm.com 2. Listing 4 creates another parking ticket in CouchDB via the same technique 清单4采用相同的技巧在CouhDB中创建了另外一个罚单 www.ibm.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。