Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Mihai Budiu edited this page Apr 8, 2014 · 8 revisions

Welcome to the DryadLINQ wiki!

Dryad is a distributed execution engine that provides fault-tolerant execution of computations on a cluster of computers. The goal of DryadLINQ is to make distributed computing on large compute clusters simple. DryadLINQ combines two important pieces of Microsoft technology: the Dryad distributed execution engine and the .NET Language Integrated Query(LINQ). The DryadLINQ job browser is a graphical user interface which provides a unified view of a large part of the distributed state of a DryadLINQ job.

Dryad, DryadLINQ, and the JobBrowser have been released as open source under the Apache 2.0 license. The source is hosted at this repository. There are also Dryad NuGet packages available built from the source, to make it easy to develop applications using these tools.

Getting started with Dryad and DryadLINQ

We are currently generating most of our documentation.

Using the DryadLINQ job browser

The job browser is documented here: Job browser manual

More information

For more information about the research behind Dryad and DryadLINQ see the Dryad research project page. For comments and questions on the code and documentation at this repository, please use the Dryad issue tracker.

Clone this wiki locally