This repository contains the foundations for the MBrace programming model and runtimes.
Prerelease packages are available on Nuget [1,2].
- MBrace.Core: programming model essentials, cloud workflows, store primitives, libraries and client tools for authoring distributed code.
- MBrace.CSharp: programming model essentials, cloud workflows, store primitives, libraries and client tools for authoring distributed code.
- MBrace.Flow: distributed Streams implementation using MBrace.
- MBrace.Core.Tests: general-purpose test suites available to runtime implementers.
- MBrace.Runtime.Core: foundations and common implementations for developing MBrace runtimes.
- Sample Runtime: Toy runtime implementation demonstrating fault-tolerant distrbuted computation using Thespian.
Head (branch master), Build & Unit tests