Read more
Do you know what to do if your web application goes viral and usage suddenly explodes? This concise guide introduces you to Couchbase Server, an extremely fast NoSQL database that automatically distributes data across a cluster of commodity servers or virtual machines. You'll learn hands-on how to build a Couchbase cluster without changing your application, and how to expand your database on the fly without interrupting service.
Discover how this open source server can help your application gain scalability and performance. Learn how the server's architecture affects the way you build and deploy your database Store data without defining a data structure - and retrieve it without complex queries or query languages Use a formula to estimate your cluster size requirements Set up individual nodes through a browser, command line, or REST API Enable your application to read and write data with sub-millisecond latency through managed object caching Get a quick guide to building applications that integrate Couchbase's core protocol Identify problems in your cluster with the web console Expand or shrink your cluster, handle failovers, and back up data
List of contents
Preface;
Introduction;
Where to Get Help on Couchbase Server;
Conventions Used in This Book;
Using Code Examples;
Safari® Books Online;
How to Contact Us;
Acknowledgments;
Chapter 1: Introduction to Couchbase Server;
1.1 Architecture and Concepts;
Chapter 2: Installation;
2.1 Preparation;
2.2 Installing Couchbase Server;
2.3 Setting Up Couchbase Server;
Chapter 3: Couchbase Administration Console;
3.1 Cluster Overview;
3.2 Manage: Data Buckets;
3.3 Couchbase Server States;
Chapter 4: Developing with Couchbase;
4.1 Hello Couchbase;
4.2 Deployment Options;
4.3 Basic Operations;
4.4 Storing Data in Couchbase Server;
4.5 Client Interaction with the Cluster;
Chapter 5: Monitoring Your Cluster;
5.1 Monitoring Cluster, Nodes, Buckets;
5.2 Monitoring within the Web Console;
Chapter 6: Managing Your Cluster;
6.1 Expanding and Shrinking Your Cluster (Rebalancing);
6.2 Failover with Couchbase;
6.3 Backup and Restore;
About the author
Martin "MC" Brown is the author of numerous computer books and a devoted mapping geek.
Summary
Do you know what to do if your web application goes viral and usage suddenly explodes? This concise guide introduces you to Couchbase Server, an extremely fast NoSQL database that automatically distributes data across a cluster of commodity servers or virtual machines. You’ll learn hands-on how to build a Couchbase cluster without changing your application, and how to expand your database on the fly without interrupting service.
Discover how this open source server can help your application gain scalability and performance.
* Learn how the server’s architecture affects the way you build and deploy your database
* Store data without defining a data structure—and retrieve it without complex queries or query languages
* Use a formula to estimate your cluster size requirements
* Set up individual nodes through a browser, command line, or REST API
* Enable your application to read and write data with sub-millisecond latency through managed object caching
* Get a quick guide to building applications that integrate Couchbase’s core protocol
* Identify problems in your cluster with the web console
* Expand or shrink your cluster, handle failovers, and back up data