February 2010
June 2009
scalaris - Google Code
by jpcaruana (via)Scalaris is a scalable, transactional, distributed key-value store. It can be used for building scalable Web 2.0 services.
May 2009
mojombo's erlectricity at master - GitHub
by jpcaruana (via)Erlectricity allows a Ruby program to receive and respond to Erlang messages sent over the Erlang binary protocol.
March 2009
plists - Google Code
by jpcaruanaplists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.
December 2008
November 2008
October 2008
August 2008
erlaws - Google Code
by jpcaruana & 1 other (via)Erlaws is a collection of client implementations of Amazon's WebServices offerings. Currently there are clients for S3, SQS and SDB.