Cl-Couch is a Common Lisp library for CouchDB, the distributed document store written in Erlang which allows you to write views in many other programming languages (among others JavaScript, Python, Ruby, and now: Common Lisp) and stores its objects as JSON.
Cl-Couch consists of three parts: a client library, a view-server and an object layer to make working with objects returned by CouchDB nicer.
There is a tutorial on CouchDB's wiki.
There are no official releases yet. You can get the darcs repository:
darcs get http://common-lisp.net/project/cl-couch/darcs/cl-couch
BSD sans advertising clause.
The author of Cl-Couch is Ryszard Szopa.
The author of Logv is Nick Allen. Logv some day will be released a separate library.
Back to Common-lisp.net.