Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

CouchDB on EC2 in 3 1/2 minutes

 

CouchDB is an open source document oriented database written in Erlang that allows you to model domains in a flexible manner as a self-contained document that contains no schema but, instead, a roughly similar blueprint to other documents.

Provisioning a CouchDB instance in the cloud is easier than you think, baby! In fact, you can watch it done in 3 and a half minutes. In this video, an instance of CouchDB is provisioned (via aptitude) on an ubuntu 9.04 instance running on Amazon’s EC2.

As you can see, in many ways, this video and, of course, CouchDB embodies the core aspects of Development 2.0:

  • capitalizing on open source technologies
    • that is, fully leveraging open source technologies across the board from application servers, databases, and core frameworks of a solution
  • borrowing infrastructures
    • that is, renting (or borrowing) all levels of applications required for managing and running software applications

Looking to spin up Continuous Integration quickly? Check out www.ciinabox.com.