Embed presentation
Download to read offline









CouchDB is a document database that uses JSON documents and handles replication of data across a distributed system. It supports views generated with JavaScript MapReduce that allow querying like SQL SELECT statements. CouchDB provides pagination of view results both slowly using skip and limit parameters, and faster using startdoc and limit. The document discusses using CouchDB alongside a distributed proxy server to store and query access logs.








