Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

CouchDB: Thinking beyond the RDBMS. CouchDB is a fascinating project—an Erlang powered non-relational database with a JSON API that lets you define “views” (really computed tables) based on JavaScript functions that execute using map/reduce. Damien Katz, the main developer currently works for MySQL and used to work on Lotus Notes.

Tagged , , , , , , , ,

1 comment

  1. I haven't quite 'got' the views bit, but is the rest much different from a mysql table of structure

    id Integer
    data Blob

    and then storing serialised data in the blob?

    I'm waiting to see if CouchDB provides enough relational support - all data is relational to some extent...

    Peter Bowyer - 4th September 2007 14:26 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site