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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, Calif. :
O'Reilly Media, Inc.,
©2010.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.