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

Settings


The administrator can assign a cluster name using the Settings option of the Cluster tab. You can assign the RAM size that will contribute to the Couchbase cluster by each node in this section.

Cluster name settings

You can use the Update Notifications feature, if you want to be notified when a new version of Couchbase server is available.

The administrator can enable an auto-failover when a node fails after a certain threshold timeout. To do this, check the Enable auto-failover option under the Auto-Failover tab and specify the timeout period, as shown here:

Auto-Failover settings

You can configure e-mail alerts for various alerts, that are listed in the Alerts section. You need to specify the e-mail server details in this section.

Auto-Compaction provides options to configure settings related to compaction, which we will explore in more detail in Chapter 9, Data Replication and Compaction. For the time being, you can skip this.

If you forgot to load the sample buckets while configuring...