Pages

An interesting talk by the creator of CouchDB

I watched this presentation which is really inspiring, by Damien Katz who developed a database using Erlang(a functional language).He talks about the circumstances and hardships he had while developing a new db even there are others in industry which has become integral part of infrastructure.Cool people make cool stuffs !!

http://www.infoq.com/presentations/katz-couchdb-and-me

What so interesting about CouchDB ?
In CouchDB, the data is a collection of JSON documents.It is more of object database than a relational db.I shows how powerful is javascript in server side -->Views are created by javascript like a map reduce.It is a very good choice to use for scalabale RESTful applications.Currently this project is in alpha stage.

More about CouchDB http://couchdb.apache.org/docs/intro.html

Applications using CouchDB http://wiki.apache.org/couchdb/CouchDB_in_the_wild

No comments:

Post a Comment