A document database server, accessible via a RESTful JSON API.

Posted by tohchye

Couchdb seems like an very interesting alternative data storage server. What interests me is it uses a RESTful JSON api to retrieve and update data. There are no database schema and changes to the data structure can be make without effecting previous records. It uses Javascript to build a view model. Moreover the database is implemented in Erlang, the next language I’m going to pick up.