Chapter 6. Retrieving Documents without Keys Using Views

So far, you have understood retrieving documents using the document ID only. However, most of the time, we would like to fetch documents using attributes other than the document ID. In this chapter, we will discuss how to retrieve documents using attributes of documents, when you don't know the document ID before hand. This functionality is provided by a mechanism called MapReduce programming, which is referred to as the term view in the Couchbase terminology. Before diving into views, let's discuss the concepts behind the working of MapReduce (MR) programming, which is the core of views. Hence, understanding it is essential in order to write a view efficiently. We will also discuss the ...

Get Learning Couchbase now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.