Skip to content
Paul Schoenfelder edited this page Aug 15, 2013 · 2 revisions

Overview

Swarm is a framework allowing the creation of web applications which can scale transparently through a novel portable continuation-based approach. Like Map-Reduce, Swarm follows the maxim "move the computation, not the data". However Swarm takes the concept much further, allowing it to be applied to almost any computation, not just those that can be broken down into map and reduce operations.

In effect, Swarm is the ultimate Platform as a Service, going much further than systems like Google App Engine in relieving the programmer from the difficulties of cloud computing.

Status

Swarm is at the proof-of-concept stage, and is implemented in Scala 2.9, and makes use of the delimited continuations plugin.

The proof-of-concept code is able to migrate a thread between servers as needed. Currently the best way to learn about Swarm is to watch the video above and then read about our current efforts on the OpenIssues page. History

Swarm was initially proposed by Ian Clarke in this blog post, although the concept has evolved considerably since then.

Participate!

Grab the Swarm source code and run some of the demos by following the instructions on our GettingStarted page.

Read about our OpenIssues, and join the discussion on our mailing list!

Read our FrequentlyAskedQuestions page.

Clone this wiki locally