FSharp.CloudAgent provides the capability to run standard F# Agents on top of Azure to allow massively distributed processing of workloads in a resilient manner using Azure Service Bus, either as pools of simple workers or actors.
Info
Version: | 0.3.0 |
Author(s): | Isaac Abraham |
Last Update: | Monday, December 1, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://isaacabraham.github.io/FSharp.CloudAgent |
NuGet Url: | https://www.nuget.org/packages/FSharp.CloudAgent |
Install
Install-Package FSharp.CloudAgent
dotnet add package FSharp.CloudAgent
paket add FSharp.CloudAgent
FSharp.CloudAgent Download (Unzip the "nupkg" after downloading)
Dependencies
- WindowsAzure.ServiceBus(2.5.2)
- Newtonsoft.Json(6.0.6)
Tags