An open API service indexing awesome lists of open source software.

https://github.com/mbraceproject/mbrace.starterkit

A collection of demos and tutorials for MBrace
https://github.com/mbraceproject/mbrace.starterkit

Last synced: 9 months ago
JSON representation

A collection of demos and tutorials for MBrace

Awesome Lists containing this project

README

          

# MBrace.StarterKit

[Choose your version of the starter kit](mbrace-versions.md).

A collection of templates, demos and tutorials for [MBrace](http://mbrace.io/).

## Contents

### Hands On Tutorials

The directory [HandsOnTutorial.FSharp](HandsOnTutorial.FSharp) contains a set of scripted
hands-on tutorials showing how to use an MBrace cluster from F# Interactive (See [HandsOnTutorial.CSharp](HandsOnTutorial.CSharp) for C# examples).

1. Provision your cluster, see [mbrace.io](http://mbrace.io/#try).
2. Open and build the solution ``MBrace.StarterKit.sln`` before working with the scripts
to restore the necessary packages.

### Azure Cluster Templates & Tutorials.

See also [azure/README.md](azure/README.md)

* [Azure Cluster (provisioned as a Custom Cloud Service)](azure/CustomCloudService/MBrace.Azure.CloudService.sln) for provisioning MBrace clusters using Visual Studio (Azure SDK 2.7 required.)

### AWS Cluster templates

See also [aws/README.md](aws/README.md)