Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.03 KB

README.md

File metadata and controls

26 lines (17 loc) · 2.03 KB

MBrace.Core

Join the chat at https://gitter.im/mbraceproject/MBrace.Core

This repository contains the foundations for the MBrace programming model and runtimes.

Prerelease packages are available on Nuget [1,2].

Contents

  • 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.

Road map

See ROADMAP.md

Build Status

Head (branch master), Build & Unit tests

  • Windows/.NET Build status
  • Mac OS X/Mono 4.0 Build Status