CouchDB a real world example

The upcoming book by O’Reilly is free to read online:
http://books.couchdb.org/relax/

Just install and play around – you can do straight http requests using curl on the command line, or use the built-in web interface called futon.

Storing and retrieving data is really easy, the hardest part is thinking in terms of map/reduce-views instead of sql queries.

Leave a Comment