7 Posts tagged with distributed
skynet
Skynet is an open source Ruby implementation of Google‘s MapReduce framework, created at Geni.
Ditz
Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like darcs and git. Ditz maintains an issue database directory on disk, with files written in a line-based and human-editable format.
sudo gem install starling
Starling is a light-weight persistent queue server that speaks the MemCache protocol. It was built to drive Twitter's backend, and is in production across Twitter's cluster.
Google Code for Educators - Google: Cluster Computing and MapReduce
Video lectures and related course materials from Google on Cluster Computing and MapReduce
skynet
Skynet is an open source Ruby implementation of Google’s Map/Reduce framework, created at Geni.com. With Skynet, one can easily convert a time-consuming serial task, such as a computationally expensive Rails migration, into a distributed program running
Beanstalkd
beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.