Main Page
From Hail Cloud Computing Wiki
hail cloud computing project
hail is a cloud computing umbrella project for several inter-related projects.
Contents |
Overview and goals
The goal of Project Hail is to provide language-neutral, OS-neutral, highly available distributed computing services that others may use to build cloud computing applications. Long term, we would like to develop (or see others develop!) low-level cloud computing services such as
- cloud consensus, election and rendezvous
- key/value lookup table and indexing services
- producer/consumer queues
- distributed "share nothing" data storage
- 2D table (a la BigTable). Perhaps HyperTable is a candidate, after being modified to use CLD and chunkd.
- Batch work queueing and distribution (map/reduce, and more)
- Simple distributed filesystems and databases. Our intent is largely to enable others to create their own distributed filesystem or database implementation, using the low-level pieces presented.
Project status
Project Hail is in its infancy, definitely still in the "alpha" stage of development. Code exists, and works, but we still have several key implementation milestones to go, before it reaches the "beta" stage.
The services are actively developed and tested on Linux. Intermittent testing and validation is performed on FreeBSD and OpenSolaris.
Hail components
- CLD - Coarse locking daemon, for core cloud consensus, locking, election, name space and critical data storage services.
- tabled - Infinitely scalable HTTP REST-based distributed data storage service, aiming to be compatible with Amazon S3 client software.
- chunkd - Single node storage daemon, used by higher level services via an improved binary protocol to provide distributed storage.
Resources
Contributions are welcomed! This is an open source project, after all.
A developers' mailing list, hail-devel, is available at vger.kernel.org. Email subscribe hail-devel to majordomo@vger.kernel.org in the body of the email, to subscribe. An archive can be found here: http://dir.gmane.org/gmane.comp.distributed.hail.devel
An IRC channel, #hail, exists on the OFTC network.
Short presentation on Project Hail from July 22, 2009 presentation at the Red Hat Cloud Computing Forum: PDF slides and OGG podcast.
