Skip to content

bcraun/OrleansFabricSilo

 
 

Repository files navigation

Orleans Service Fabric Silo

This is a sample project demonstrating Orleans running on Service Fabric with a simple calculator test.

Instructions

  1. Restore the packages. Ensure that NuGet doesn't wipe the ClientConfiguration.xml or OrleansConfiguration.xml files.
  2. Start the Azure Storage Emulator - it is currently needed for Orleans to discover other nodes.
  3. Debug OrleansFabricSiloApplication from Visual Studio.
  4. Run TestClient.exe get from TestClient's output directory.
  5. Run TestClient.exe add 3.14 from TestClient's output directory.

Hope this helps :) Hit me up on Twitter @ReubenBond if you have questions.

You can ask Orleans-specific questions on Gitter: Gitter

About

Orleans running on Service Fabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.3%
  • PowerShell 17.7%