Wednesday, June 23, 2010

Migrating to CouchDB — CouchDB: The NoSQL Document Database

Migrating to CouchDB — CouchDB: The NoSQL Document Database: "CouchDB is document oriented, schema-free database similar to Amazon’s SimpleDB and Google’s BigTable. It stores data as JSON documents and provides a powerful view engine that lets you write Javascript code to select documents from the database, and perform calculations. A RESTful HTTP/JSON API is used to access the database. The database boasts other features as well, such as robust replication, and bi- directional conflict detection and resolution."