InfoQ

Presentation

Recorded at:
Recorded at

CouchDB From 10,000 Feet

Presented by Jan Lehnardt on Aug 14, 2009

Community
Architecture,
Java
Topics
Data Access ,
Database Design
Tags
QCon ,
QCon San Francisco 2008 ,
CouchDB
The next QCon is in London Mar 10-12, Join us!
Summary
This presentation takes a look at CouchDB from 10,000 ft. CouchDB is a document oriented database with a highly acclaimed REST API and replication support, that solves problems of high-traffic, distributed peer-to-peer, and offline applications. all at the same time. You will learn to decide when CouchDB is a good fit for your project and when you are better off with a traditional database.

Bio
Jan Lehnardt is an Open Source software consultant specialising in internet technologies. Jan is the co-founder of Freisatz, a company bringing typographic bliss to everyone and a contributor to the CouchDB project. He has a keen eye for user experience and typography.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community. QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Generic DB Schema by Steve Tirtha Posted Aug 16, 2009 11:26 AM
Re: Generic DB Schema by Jan Lehnardt Posted Aug 19, 2009 9:45 AM
2nd part by Alexander Rodriguez Posted Aug 19, 2009 4:26 PM
2nd part by Richard Paul Posted Aug 16, 2009 4:10 PM
Nice by Dragan Sahpaski Posted Aug 19, 2009 7:19 AM
Re: Nice by Jan Lehnardt Posted Aug 19, 2009 9:42 AM
  1. Back to top

    Generic DB Schema

    Aug 16, 2009 11:26 AM by Steve Tirtha

    Hi Jan,

    nice presentation. However, I still don't get how CouchDB overcomes the issue with generic DB Schema. You mentioned in the minutes 11.45, that it is not good in performance, because of the JOINS. But the reason to have a generic DB Schema is because the developer want to make the application flexible. So everytime there is a new function needed, he does not need to create a new DB or a new class. Do you have answer for this?

    Gruß aus Heidelberg,
    Steve

  2. Back to top

    2nd part

    Aug 16, 2009 4:10 PM by Richard Paul

    Very interesting talk, is part II doing going to be posted? Jan said a lot of the answers to questions asked were in the 2nd part.

  3. Back to top

    Nice

    Aug 19, 2009 7:19 AM by Dragan Sahpaski

    Nice presentation.
    Although you are not a very good speaker.

  4. Back to top

    Re: Nice

    Aug 19, 2009 9:42 AM by Jan Lehnardt

    Dragan, oh boo! I'm not a native speaker and this was a very prestigious crowd. Can you point to any specific shortcomings? :) Thanks for the feedback anyway.

  5. Back to top

    Re: Generic DB Schema

    Aug 19, 2009 9:45 AM by Jan Lehnardt

    @Steve, CouchDB doesn't make schema migrations go away, it just lets you do be lazy with them as you don't have to do them upfront. CouchDB views and show functions (not mentioned as they weren't invented then) can morph you docs into anything you need.

    It is a trade-off question, if you can afford a 9-table JOIN and live with the performance implications, that's fine. Large websites do run without a single JOIN because they can't.

    In addition, not all data is inherently relational. Being able to store things flexibly makes for more natural data handling, less code, less bugs, less headache.

    Thanks for your question!

  6. Back to top

    2nd part

    Aug 19, 2009 4:26 PM by Alexander Rodriguez

    Nice presentation. Are you going to post the second part?

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.