Skip to content
/ disco Public
forked from discoproject/disco

a Map/Reduce framework for distributed computing

License

Notifications You must be signed in to change notification settings

pmundkur/disco

This branch is 599 commits behind discoproject/disco:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

379ab60 · Sep 11, 2013
Mar 3, 2013
Sep 9, 2013
Apr 18, 2012
Jul 21, 2013
Mar 3, 2013
Nov 1, 2012
Sep 2, 2013
Sep 11, 2013
Mar 28, 2013
Mar 17, 2013
Sep 2, 2010
May 8, 2010
Mar 2, 2013
Aug 21, 2012
Apr 14, 2013
Aug 19, 2008
Jul 21, 2013
Jan 18, 2013
Feb 12, 2013

Repository files navigation

Disco - Massive data, Minimal code

Disco is an implementation of the Map-Reduce framework for distributed computing. Like the original framework, which was publicized by Google, Disco supports parallel computations over large data sets on an 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, all of which are taken care by Disco.

See discoproject.org for more information.

Bitdeli badge

About

a Map/Reduce framework for distributed computing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 54.1%
  • Python 38.6%
  • JavaScript 4.7%
  • CSS 1.4%
  • Other 1.2%