pavlobaron / disco_playground

playground of my Disco changes that will be step by step pushed over to my fork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

playground of my Disco changes that will be step by step pushed over to my fork

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Erlang 53.5%Language:Python 39.9%Language:JavaScript 5.2%Language:Shell 0.7%Language:C 0.7%