Apache CouchDB™ 1.6.0 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. Fauxton
- 10. API Reference
- 10.1. API Basics
- 10.2. Server
- 10.3. Databases
- 10.3.1.
/db
- 10.3.2.
/db/_all_docs
- 10.3.3.
/db/_bulk_docs
- 10.3.4.
/db/_changes
- 10.3.5.
/db/_compact
- 10.3.6.
/db/_compact/design-doc
- 10.3.7.
/db/_ensure_full_commit
- 10.3.8.
/db/_view_cleanup
- 10.3.9.
/db/_security
- 10.3.10.
/db/_temp_view
- 10.3.11.
/db/_purge
- 10.3.12.
/db/_missing_revs
- 10.3.13.
/db/_revs_diff
- 10.3.14.
/db/_revs_limit
- 10.3.1.
- 10.4. Documents
- 10.5. Design Documents
- 10.5.1.
/db/_design/design-doc
- 10.5.2.
/db/_design/design-doc/attachment
- 10.5.3.
/db/_design/design-doc/_info
- 10.5.4.
/db/_design/design-doc/_view/view-name
- 10.5.5.
/db/_design/design-doc/_show/show-name
- 10.5.6.
/db/_design/design-doc/_show/show-name/doc-id
- 10.5.7.
/db/_design/design-doc/_list/list-name/view-name
- 10.5.8.
/db/_design/design-doc/_list/list-name/other-ddoc/view-name
- 10.5.9.
/db/_design/design-doc/_update/update-name
- 10.5.10.
/db/_design/design-doc/_update/update-name/doc-id
- 10.5.11.
/db/_design/design-doc/_rewrite/path
- 10.5.1.
- 10.6. Local (non-replicating) Documents
- 11. JSON Structure Reference
- 11.1. All Database Documents
- 11.2. Bulk Document Response
- 11.3. Bulk Documents
- 11.4. Changes information for a database
- 11.5. CouchDB Document
- 11.6. CouchDB Error Status
- 11.7. CouchDB database information object
- 11.8. Design Document
- 11.9. Design Document Information
- 11.10. Document with Attachments
- 11.11. List of Active Tasks
- 11.12. Replication Settings
- 11.13. Replication Status
- 11.14. Request object
- 11.15. Response object
- 11.16. Returned CouchDB Document with Detailed Revision Info
- 11.17. Returned CouchDB Document with Revision Info
- 11.18. Returned Document with Attachments
- 11.19. Security Object
- 11.20. User Context Object
- 11.21. View Head Information
- 12. Experimental Features
- 13. Contributing to this Documentation
- 14. Release History
- 15. Security Issues Information
- 15.1. CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability
- 15.2. CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack
- 15.3. CVE-2010-3854: Apache CouchDB Cross Site Scripting Issue
- 15.4. CVE-2012-5641: Information disclosure via unescaped backslashes in URLs on Windows
- 15.5. CVE-2012-5649: JSONP arbitrary code execution with Adobe Flash
- 15.6. CVE-2012-5650: DOM based Cross-Site Scripting via Futon UI
- 15.7. CVE-2014-2668: DoS (CPU and memory consumption) via the count parameter to /_uuids
- 16. Reporting New Security Problems with Apache CouchDB
- 17. About CouchDB Documentation