BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations CouchDB

CouchDB

Bookmarks
45:40

Summary

CouchDB is a schema-free document database. But now that the NoSQL movement is in full swing, there are several document databases to choose from, so why choose Couch? Two things really set CouchDB apart from the rest: its map/reduce views and its RESTful API. Since the API is RESTful, you can easily use Couch from any platform that can talk HTTP. The benefits go way beyond that, though.

Bio

Will Leinweber is been using CouchDB exclusively for the last year and half and recently became a maintainer of the couchrest gem. Currently he's a cofounder at merge.fm which merges fans and musicians during the songwriting process. Will (infrequently) blogs at bitfission.com/, and is @leinweber on twitter.

About the conference

Code PaLOUsa is a conference designed to cover all aspects of software development regardless of technology stack. It has sessions revolving around Microsoft, Java, and other development platforms; along with session on higher levels that are platform agnostic. The conference schedule will feature presentations from well-known professionals in the software development community.

Recorded at:

Apr 13, 2011

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • CouchDB is NOT RESTful

    by Rickard Öberg,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    CouchDB is NOT RESTful. Please read this:
    www.jroller.com/rickard/entry/rest_api_for_infr...

    There is nothing wrong with not having a RESTful API, but please oh please don't say you have one when it takes a minute to figure out that you don't. Thanks.

  • Thanks

    by N T,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Interesting talk, I definitively feel more comfortable giving it a spin after watching this talk, but I'm still not convinced it is much easier than say Hibernate over SQL with table auto-generation.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT