دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Martin C Brown
سری:
ISBN (شابک) : 9781449329587, 1449329586
ناشر: O'Reilly
سال نشر: 2012
تعداد صفحات: 82
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 Mb
در صورت تبدیل فایل کتاب Getting started with CouchDB به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب شروع با CouchDB نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Table of Contents
Preface
Introduction
Conventions Used in This Book
Using Code Examples
Safari® Books Online
How to Contact Us
Acknowledgements
Chapter 1. Why CouchDB?
Learning to Relax
A Different Data Model
Replication
Eventual Consistency
Data: Local, Remote, Everywhere
CouchDB Deployment and Peformance
Chapter 2. Installation
Installation on Linux
Installation on Mac OS X
Using Homebrew
Using MacPorts
Installation on Windows
Installation from Source
Configuring and Building CouchDB
Running CouchDB
Next Steps
Chapter 3. CouchDB Basics
Using Futon Managing Databases and DocumentsConfiguring Replication
Populating a Simple Database
Creating Databases
Creating Documents
Updating Documents
Deleting Documents
Deleting Databases
Common Operations
HTTP Operations
Errors
HTTP Headers
Request Headers
Response Headers
HTTP URL Paths
JSON
Documents
Document Structure
Document Types
Structure and Consistency
Chapter 4. Design Documents
Creating Design Documents
Shows
Views
View Basics
Querying a View
Querying on Complex Data
Querying Compound Data
Reduce Functions
Built-in _count
Built-in _sum
Built-in _stats Custom reduce functionsError handling in views
Temporary views
Querying View Results
Lists