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

Chapter 2. The Couchbase Administration Interface

This chapter will provide an overview of various administration interfaces provided by Couchbase. We will explore the web admin user interface in detail and get an overview of the REST API and CLI. You will be using the web UI extensively to manage the Couchbase cluster with ease. It's one of the easiest and most powerful tools provided by Couchbase for managing its clusters.

In any enterprise software, we require some mechanism to interact with, configure, and monitor. Couchbase provides three main tools for administrating its clusters. They are as follows:

  • Web admin UI

  • Administration using the REST API

  • Command line interface

Let's explore each of these options one by one. Before we start exploring each of these tools, we will cover some concepts that you are required to understand to perform various administrative tasks in the cluster.