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
Naiad is a distributed execution engine based on an advanced dataflow model, supporting low-latency streaming computation as well as arbitrary iterative computations. The goal of Naiad is to bring together several existing data-parallel computation patterns (batch computation, streaming computation, and graph computation) into a common platform, while retaining the performance of specialized systems. Naiad provides programmers with access both to the low-level dataflow model, as well as a large collection of higher-level libraries implementing common data-parallel patterns (in the style of LINQ).
Naiad has been released as open source under the Apache 2.0 license. The Naiad source is hosted in this repository. There are also binary Naiad NuGet packages, to make it easier to develop applications using the Naiad framework.