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
- Host: GitHub
- URL: https://github.com/mbraceproject/mbrace.starterkit
- Owner: mbraceproject
- Created: 2013-09-26T13:04:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T12:47:14.000Z (about 8 years ago)
- Last Synced: 2024-03-27T00:15:02.683Z (almost 2 years ago)
- Language: F#
- Homepage: http://mbrace.io
- Size: 32.8 MB
- Stars: 57
- Watchers: 16
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)