Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Relax with Apache CouchDB

Relax with Apache CouchDB

Introduction to CouchDB for Ruby developers.

Michael Galero

February 19, 2009
Tweet

More Decks by Michael Galero

Other Decks in Programming

Transcript

  1. • Document-based DB • JSON • REST • MapReduce using

    Javascript • written in Erlang WHAT IS COUCHDB?
  2. JSON { “person” : { “name” : “Joe” }, “business”

    : { “name” : “Joe the Plumber” }, “contact_details” : [ { “phone” : “412 555-1212” }, { “fax” : “412 555-1212” }, { “email” : “[email protected]” } ] }