Book description
Three of CouchDB's creators show you how to use this document-oriented database as a standalone application framework or with high-volume, distributed applications. With its simple model for storing, processing, and accessing data, CouchDB is ideal for web applications that handle huge amounts of loosely structured data. That alone would stretch the limits of a relational database, yet CouchDB offers an open source solution that's reliable, scales easily, and responds quickly.
CouchDB works with self-contained data that has loose or ad-hoc connections. It's a model that fits many real-world items, such as contacts, invoices, and receipts, but you'll discover that this database can easily handle data of any kind. With this book, you'll learn how to work with CouchDB through its RESTful web interface, and become familiar with key features such as simple document CRUD (create, read, update, delete), advanced MapReduce, deployment tuning, and more.
- Understand the basics of document-oriented storage and manipulation
- Interact with CouchDB entirely though HTTP using its RESTful interface
- Model data as self-contained JSON documents
- Handle evolving data schemas naturally
- Query and aggregate data in CouchDB using MapReduce views
- Replicate data between nodes
- Tune CouchDB for increased performance and reliability
Publisher resources
Table of contents
- CouchDB: The Definitive Guide
- Dedication
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- Foreword
- Preface
- I. Introduction
- II. Developing with CouchDB
-
III. Example Application
- 10. Standalone Applications
- 11. Managing Design Documents
- 12. Storing Documents
- 13. Showing Documents in Custom Formats
- 14. Viewing Lists of Blog Posts
- IV. Deploying CouchDB
- V. Reference
- VI. Appendixes
- Index
- About the Authors
- Colophon
- SPECIAL OFFER: Upgrade this ebook with OâReilly
- Copyright
Product information
- Title: CouchDB: The Definitive Guide
- Author(s):
- Release date: January 2010
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449382933
You might also like
book
Generative Deep Learning, 2nd Edition
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Foundations of Scalable Systems
In many systems, scalability becomes the primary driver as the user base grows. Attractive features and …
book
Programming TypeScript
Any programmer working with a dynamically typed language will tell you how hard it is to …