forked from discoproject/disco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ville Tuulos
committed
Feb 12, 2010
1 parent
b0ddf8b
commit ead07e2
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
Disco - Massive data, Minimal code | ||
================================== | ||
|
||
Disco is an implementation of the `Map-Reduce framework | ||
<http://en.wikipedia.org/wiki/MapReduce>`_ for distributed computing. As | ||
the original framework, which was publicized by Google, Disco supports | ||
parallel computations over large data sets on unreliable cluster of | ||
computers. This makes it a perfect tool for analyzing and processing large | ||
datasets without having to bother about difficult technical questions | ||
related to distributed computing, such as communication protocols, load | ||
balancing, locking, job scheduling or fault tolerance, which are taken | ||
care by Disco. | ||
|
||
See `discoproject.org <http://discoproject.org>`_ for more information. |