Presentation: "CouchDB in a real-world setting"
Time: Friday 15:45 - 16:45
Location: Stanford
Abstract: When I first discovered CouchDB ( http://incubator.apache.org/couchdb ) I thought to myself: â??This will solve a lot of my everyday problemsâ??. I was doing web development at the time (I still do) and CouchDBâ??s features sounded like magic. Only that they actually do exist; and they work like a charm.
CouchDB is very easy to learn, with one caveat: If you are deep into relational databases, you might have a hard time imagining that doing things â??The CouchDB Wayâ?? is actually a good idea. Getting out of this state mainly involves ignoring and forgetting what you learned about RDBMSs and start to focus more on the pure data-storage aspect.
In this talk I'll give you an idea about why you would want to use CouchDB for your next web application and I will try to shift your thinking about data storage from the relational- to a more natural data behaviour model. Iâ??ll also show you how to use CouchDB with your favourite development platform. If you are quick, you might walk out with a first app by the end of QCon.