Apache CouchDB™ 1.7.2 Documentation¶
- 1. Introduction
- 2. Installation
- 3. Configuring CouchDB
- 3.1. Introduction Into Configuring
- 3.2. Base Configuration
- 3.3. CouchDB HTTP Server
- 3.4. Authentication and Authorization
- 3.5. Compaction Configuration
- 3.6. Logging
- 3.7. Replicator
- 3.8. Query Servers
- 3.9. External Processes
- 3.10. HTTP Resource Handlers
- 3.11. CouchDB Internal Services
- 3.12. Miscellaneous Parameters
- 3.13. Proxying Configuration
- 4. Replication
- 5. CouchDB Maintenance
- 6. CouchApp
- 7. CouchDB Externals API
- 8. Query Server
- 9. API Reference
- 9.1. API Basics
- 9.2. Server
- 9.3. Databases
- 9.3.1.
/db
- 9.3.2.
/db/_all_docs
- 9.3.3.
/db/_bulk_docs
- 9.3.4.
/db/_changes
- 9.3.5.
/db/_compact
- 9.3.6.
/db/_compact/design-doc
- 9.3.7.
/db/_ensure_full_commit
- 9.3.8.
/db/_view_cleanup
- 9.3.9.
/db/_security
- 9.3.10.
/db/_temp_view
- 9.3.11.
/db/_purge
- 9.3.12.
/db/_missing_revs
- 9.3.13.
/db/_revs_diff
- 9.3.14.
/db/_revs_limit
- 9.3.1.
- 9.4. Documents
- 9.5. Design Documents
- 9.5.1.
/db/_design/design-doc
- 9.5.2.
/db/_design/design-doc/attachment
- 9.5.3.
/db/_design/design-doc/_info
- 9.5.4.
/db/_design/design-doc/_view/view-name
- 9.5.5.
/db/_design/design-doc/_show/show-name
- 9.5.6.
/db/_design/design-doc/_show/show-name/doc-id
- 9.5.7.
/db/_design/design-doc/_list/list-name/view-name
- 9.5.8.
/db/_design/design-doc/_list/list-name/other-ddoc/view-name
- 9.5.9.
/db/_design/design-doc/_update/update-name
- 9.5.10.
/db/_design/design-doc/_update/update-name/doc-id
- 9.5.11.
/db/_design/design-doc/_rewrite/path
- 9.5.1.
- 9.6. Local (non-replicating) Documents
- 10. JSON Structure Reference
- 10.1. All Database Documents
- 10.2. Bulk Document Response
- 10.3. Bulk Documents
- 10.4. Changes information for a database
- 10.5. CouchDB Document
- 10.6. CouchDB Error Status
- 10.7. CouchDB database information object
- 10.8. Design Document
- 10.9. Design Document Information
- 10.10. Document with Attachments
- 10.11. List of Active Tasks
- 10.12. Replication Settings
- 10.13. Replication Status
- 10.14. Request object
- 10.15. Response object
- 10.16. Returned CouchDB Document with Detailed Revision Info
- 10.17. Returned CouchDB Document with Revision Info
- 10.18. Returned Document with Attachments
- 10.19. Security Object
- 10.20. User Context Object
- 10.21. View Head Information
- 11. Experimental Features
- 12. Contributing to this Documentation
- 13. Release History
- 14. Security Issues Information
- 14.1. CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability
- 14.2. CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack
- 14.3. CVE-2010-3854: Apache CouchDB Cross Site Scripting Issue
- 14.4. CVE-2012-5641: Information disclosure via unescaped backslashes in URLs on Windows
- 14.5. CVE-2012-5649: JSONP arbitrary code execution with Adobe Flash
- 14.6. CVE-2012-5650: DOM based Cross-Site Scripting via Futon UI
- 14.7. CVE-2014-2668: DoS (CPU and memory consumption) via the count parameter to /_uuids
- 15. Reporting New Security Problems with Apache CouchDB
- 16. About CouchDB Documentation