db::CouchDB - Couch DB storage back end
This module implements a CouchDB based back end for storage. CouchDB back ends are networked: meaning that they will be slower on a per-hit basis, but faster when scaled over nodes and distributed.
The CouchDB back end relies on the following configuration values:
db: The CouchDb server URI, and database, in the format: couchdb:database:uri, for example couchdb:hammerserver:http://localhost:5984;
This back end has the following prerequisites:
Of course, an installed and working CouchDB server;
The Perl modules Net::CouchDb and Net::CouchDB::Document
The tamper-resistant server, all used modules, and the documentation were written by Karel Kubat / karel@e-tunity.com. Copyright (c) 2009 ff. Distributed under GPLV3.