CouchDB the definitive guide

This book introduces you to Apache CouchDB, a document-oriented database that offers a different way to model your data. CouchDB is a schema-free database, designed to work with applications that handle document-based information such as contacts, invoices, and receipts. In CouchDB: The Definitive G...

Full description

Bibliographic Details
Main Author: Anderson, J. Chris
Other Authors: Lehnardt, Jan, Slater, Noah
Format: eBook
Language:English
Published: Sebastopol, Calif. O'Reilly Media, Inc. 2010
Edition:1st ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Introduction. Why CouchDB?
  • Eventual consistency
  • Getting started
  • The core API
  • Developing with CouchDB. Design documents
  • Finding your data with views
  • Validation functions
  • Show functions
  • Transforming views with list functions
  • Example application. Standalone applications
  • Managing design documents
  • Storing documents
  • Showing documents in custom formats
  • Viewing lists of blog posts
  • Deploying CouchDB. Scaling basics
  • Replication
  • Conflict management
  • Load balancing
  • Clustering
  • Reference. Change notifications
  • View cookbook for SQL jockeys
  • Security
  • High performance
  • Recipes
  • Appendixes. Installing on Unix-like systems
  • Installing on Mac OS X
  • Installing from source
  • JSON Primer
  • About the authors