indiWiz.com

Subhash's Tech Log

Playing with CouchDB

without comments

I have been playing with CouchDB recently. It is a Document store:

CouchDB Documents

As can be seen in the above screenshot, we can store any number of attributes (key-value pairs) for the document. And one document may have any number of attachments.

CouchDB provides RESTful-JSON API to access and download documents:

CouchDB JSON Representation

CouchDB JSON Representation

CouchDB is written in Erlang.

Written by Subhash Chandran

April 13th, 2009 at 10:41 pm

Posted in Uncategorized

Tagged with , , ,

Leave a Reply