elastacloud / mbrace-on-brisk-starter

Contains a set of scripts and demos to get you up and running with MBrace on Brisk.
6 stars 6 forks source link

Move to MBrace.Demos? #44

Closed eiriktsarpalis closed 9 years ago

eiriktsarpalis commented 9 years ago

I was wondering if we could move this repo to MBrace.Demos. We could maintain this as the authoritative collection of tutorials and library implementations.

dsyme commented 9 years ago

I think it would be MBrace.Azure.Demos (one of the advantages is that it can document/teach MBrace from the perspective of the Azure user).

dsyme commented 9 years ago

OK, I see, there is a directory for Azure in MBrace.Demos

isaacabraham commented 9 years ago

No objections (that I can think of at the moment!) :-)

dsyme commented 9 years ago

Could we rename MBrace.Demos to MBrace.StarterKits?

dsyme commented 9 years ago

I like the idea of there being a specific starter kit for MBrace + Azure, even if it is alongside other start kits which deal with other MBrace topics.

eiriktsarpalis commented 9 years ago

Given that MBrace.Azure is the only available implementation, I see no reason why there should be a distinction at this stage. That said, most examples should work in any runtime implementation. So we could initialise the cluster object at credentials.fsx, then have the samples consume it in a cluster-agnostic way.

eiriktsarpalis commented 9 years ago

I just moved all the demos to MBrace.StarterKits (formerly MBrace.Demos). I propose we should move to that repo.