Book Image

Learning Couchbase

By : Henry Potsangbam
Book Image

Learning Couchbase

By: Henry Potsangbam

Overview of this book

This book achieves its goal by taking up an end-to-end development structure, right from understanding NOSQL document design to implementing full fledged eCommerce application design using Couchbase as a backend. Starting with the architecture of Couchbase to get you up and running, this book quickly takes you through designing a NoSQL document and implementing highly scalable applications using Java API. You will then be introduced to document design and get to know the various ways to administer Couchbase. Followed by this, learn to store documents using bucket. Moving on, you will then learn to store, retrieve and delete documents using smart client base on Java API. You will then retrieve documents using SQL like syntax call N1QL. Next, you will learn how to write map reduce base views. Finally, you will configure XDCR for disaster recovery and implement an eCommerce application using Couchbase.
Table of Contents (12 chapters)
Index

Summary


In this chapter, we discussed the various options available for the administration, tuning, and monitoring of a Couchbase cluster. You understood how to use backup and restoration tools. Subsequently, we added a node to the existing cluster and performed rebalancing of data across nodes. In the last section, we discussed some best practices and design considerations to keep in mind while designing a cluster.

WOW! Finally, we have covered most of the features provided by the Couchbase cluster to successfully host a database in a production environment. You understood the architecture, installed it, and configured it. You also learned how to connect to the cluster using the Java API.

We will not be discussing anything new in the next chapter. In it, we will develop an e-commerce application using Java APIs, incorporating all the features you have learned in the last 10 chapters.