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: foundations and common implementations for developing MBrace runtimes.
- MBrace.Thespian: Sample MBrace runtime implementation using Thespian.
See ROADMAP.md
Head (branch master), Build & Unit tests