Videos tagged with CouchDB
The talk will focus on how I (with the help of the entire Cloudant team) built our database service based on CouchDB on top of EC2. Specifically how we use Erlang, Chef, EC2 and other tools to build highly available and performant database clusters. This includes using Chef and Erlang's hot code upgrades to automate cluster-wide upgrades without restarting any services.
CouchDB From 10,000 Feet
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 datab...
CouchDB
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...
Velocity 09: Adam Jacob and Ezra Zygmuntowicz, "Infrastructure in the Cloud Era"
Web Operations is always moving forward, at the cutting edge of every major trend. The latest leap is having a fully automated infrastructure – lightning fast provisioning, integrated monitoring & trending, and trivial application deployment. Utilizing a mixture of open source tools (such as Chef, Nanite, CouchDB, and RabbitMQ) and battle-tested techniques, Adam and Ezra will show you...
Merbday: CouchDB
Speaker: Isshen Solutions Created by tkadom
ATLRUG: Merb + CouchDB
ATLRUG presentation on Merb and CouchDB Created by tkadom
acts_as_conference 2009: Relaxing with CouchDB
Will believes that CouchDB, and other document databases, are going to continue to grow in popularity in the future, and it’s important that we as developers are familiar with it so we’re able to use it when appropriate. CouchDB is easy to get running and use so there’s no excuse not to have it in your toolbox. The goal of this talk is to get you excited about CouchDB, and hel...
CouchDB and Me
Summary In this talk from RubyFringe, Damien Katz explains what drove him to create CouchDB, why he chose Erlang and more. Bio Damien Katz has worked for Lotus, MySQL, IBM and is the creator of CouchDB. He blogs at http://damienkatz.net/ . About the conference RubyFringe is an avant-garde conference for developers that are excited about emerging Ruby projects and technologies. They're mounting ...
Damien Katz Relaxing on CouchDB
Summary In this interview, Damien Katz talks about CouchDB, a distributed, fault tolerant, document oriented database developed by Apache Incubator. CouchDB is written in Erlang, and the database is accessed through an HTTP/JSON API. The database view engine is run on JavaScript, but other languages have been used like Ruby and Python. Bio Damien Katz has worked for Lotus, MySQL, IBM, and is th...
MountainWest RubyConf 2008: Next Generation Data Storage with CouchDB
CouchDB is designed for highly concurrent, distributed and fault tolerant systems. The core principles for scaling database applications are the foundation of CouchDB's feature set. It supports on- and offline replication, data partitioning, a REST interface that uses JSON for data transport (Web 2.0 anyone?), a fault tolerant runtime environment built on Erlang/OTP and a sophisticated view eng...