Book description
Today’s highly interactive websites pose a challenge for traditional SQL databases—the ability to scale rapidly and serve loads of concurrent users. With this concise guide, you’ll learn how to build web applications on top of Couchbase Server 2.0, a NoSQL database that can handle websites and social media where hundreds of thousands of users read and write large volumes of information.
Using food recipe information as examples, this book demonstrates how to take advantage of Couchbase’s document-oriented database design, and how to store and query data with various CRUD operations. Discover why Couchbase is better than SQL databases with memcached tiers for managing data from the most interactive portions of your application.
- Learn about Couchbase Server’s cluster-based architecture and how it differs from SQL databases
- Choose a client library for Java, .NET, Ruby, Python, PHP, or C, and connect to a cluster
- Structure data in a variety of formats, from serialized objects, a stream of raw bytes, or as JSON documents
- Learn core storage and retrieval methods, including document IDs, expiry times, and concurrent updates
- Create views with map/reduce and learn Couchbase mechanisms for querying and selection
Publisher resources
Table of contents
- Developing with Couchbase Server
- Preface
- 1. Couchbase Overview
- 2. Getting Started
- 3. Document-based Database Design
- 4. Getting Data In and Out
- 5. Storing and Updating Recipes
- 6. Views and Queries
- 7. Next Steps
- About the Author
- Colophon
- Copyright
Product information
- Title: Developing with Couchbase Server
- Author(s):
- Release date: February 2013
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449331122
You might also like
book
Getting Started with Couchbase Server
Starting with the core architecture and structure of Couchbase Server, this title will tell you everything …
book
Pro Couchbase Server, Second Edition
This new edition is a hands-on guide for developers and administrators who want to use the …
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …