- 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
CouchDB: The Definitive Guide
📄 Viewing lite version
Full site ›
Book Details
PublisherO'Reilly Media
ISBN / ASIN0596155891
ISBN-139780596155896
AvailabilityUsually ships in 24 hours
Sales Rank590,821
CategoryComputers
MarketplaceUnited States 🇺🇸
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.