[Charlotte.PM] CouchDB Perl Integration

Mike Walker mike.walker at napkindrawing.com
Mon May 19 06:01:35 PDT 2008


Hi All,

Given the talk held recently on CouchDB I thought there'd be interest in 
a recently announced (1) CPAN module that brings Perl into CouchDB.

The module/distribution is CouchDB::View (2)

Remember that CouchDB is a document-oriented schema-less database, where 
transformations on the data are handled by "views". By default views are 
JavaScript functions that map/transform data into other data. The 
CouchDB::View modules allow those mappings to be done in Perl.

This now allows all of CPAN to be used by a CouchDB application / 
data-store!

Cheers,
Mike


[1] http://use.perl.org/~hdp/journal/36454

[2] http://search.cpan.org/~hdp/CouchDB-View-0.003/


More information about the charlotte mailing list