Archive for the ‘dms’ tag
Playing with CouchDB
I have been playing with CouchDB recently. It is a Document store:
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 is written in Erlang.


