MBrace.Core
MBrace.Core copied to clipboard
MBrace Core Libraries & Runtime Foundations
Hi I am trying to make MBrace work in a .NET Core project. However, when I try to start a local thespian cluster I get a 'System.PlatformNotSupportedException'. If I try...
FsPickler 4.0 was [just released](https://www.nuget.org/packages/FsPickler/4.0.0), unfortunately most packages have a hard dependency `` < 4.0``:   If FsPickler 4.0 is binary compatible (on the assembly level, whether the serialized...
I am attempting to specify a custom pickler with Thespian, using the following setup code: ``` let registry = CustomPicklerRegistry() registry.RegisterFactory let writer (w: WriteState) (x: MyType) = // code......
Executing the "Example: Running an iterative algorithm at scale with incremental notifications" at http://mbrace.io/starterkit/HandsOnTutorial.FSharp/examples/200-kmeans-clustering-example.html: ``` #load "ThespianCluster.fsx" #load @"lib\utils.fsx" #load @"lib\sieve.fsx" open System open MBrace.Core open MBrace.Thespian open Nessos.Streams let...
RegisterNativeDependency works well on individual files. However we also have scenarios where we need to register a whole directory structure of native files and other data. Would it be possible...
I'd like to have a look at MBrace which looks amazing, but my use case implies having distributed processes on-premise / internal network. I tried to figure out in the...
One of the things that e.g. Hive allows you to do is define indexes on flat files based on their physical structure e.g. imagine a folder structure like: - {country}/{city}/{companyName}.txt...
Is there a possibility to expand to support other cloud platforms like Cloud Foundry, OpenShift and providers like IBM Bluemix
Sorry if this counts as a double post, but I was following up [#94](https://github.com/mbraceproject/MBrace.StarterKit/issues/94) Cloning master, building, and running `samples\wordcount.fsx` crashes workers on init and complains about `FSharp.Core 4.4.1.0` Bumping...
This is an issue to investigate what is required to get MBrace running x-plat. Do we look at Mono or wait for CoreCLR? What are the cost / benefits of...