You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelisard 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 Naiad
We are currently generating most of our documentation.
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.