--- layout: container title: CouchDB Multiview - Demos recline-deps: true root: ../../ ---

Instructions

To use this demo you will need a CouchDB instance running and accessible over HTTP. You should then pass the following 2 query parameters to this page:

url: url-to-your-couchdb-instance
view_url: url-to-your-couchdb-view

Example:
http://path-to-this-page/?url=/mycouchdb/&view_url=/mycouchdb/_design/yourdesigndoc/_view/yourview

Note that if the CouchDB database is not running on the same domain as this page then the host it is on must support CORS – the simplest approach here is probably to set up a reverse proxy or proxy so your CouchDB database appears on the local domain at e.g. /mycouchdb/.

Demo