-
Notifications
You must be signed in to change notification settings - Fork 55
Home
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.
We are currently generating most of our documentation.
The job browser is documented here: Job browser manual
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.