A curated list of awesome SF stuff inspired by other awesome-* lists.
Contributing: Please submit PR's with other useful tools, guides and projects :)
Service Fabric is a distributed systems platform for Linux and Windows that makes it easy to package, deploy, and manage scalable and reliable microservices and containers. It is designed to simplify infrastructure and focus on implementing mission-critical, demanding workloads that are scalable, reliable, and manageable.
It is deployable in on-premise, Microsoft Azure, Amazon AWS… and has a number of unique features:
- Container (Windows & Linux) deployment and orchestration
- Host any process as a Guest Executable
- Reliable stateless and stateful programming model for Java or .NET
- Reliable Actors programming model to create cloud objects with self-contained code and state
- Built-in state model to persist highly-available state
- Monitor and diagnose the health of applications and set policies for performing automatic repairs
- Resource balancer orchestrate the automatically redistributes applications across the cluster, based on policies and resource utilization. Service Fabric recovers from failures and optimizes the distribution of load based on available resources Rolling upgrades of running process without downtime, including breaking and nonbreaking upgrades
Azure’s core infrastructure is based on Service Fabric and service such as Azure SQL, Bing, Cosmos DB, IoT Hub, Event Hub etc. are all running on Service Fabric.
- Service Fabric Docs - Public documentation from Microsoft with overview, architecture and terminology
- Service Fabric issue tracker
- Service Fabric Party Cluster - try a free, limited-time usage Service Fabric cluster hosted on Microsoft Azure
- Service Fabric code samples
- Setting up a Windows development environment
- Setting up a Linux development environment
- Setting up a Mac development environment
Service Fabric Open Source Projects - Service Fabric homepage for OSS projects
- CoherentSolutions.Extensions.Hosting.ServiceFabric - Contains a extension methods for generic host to simplify configuration of Reliable Services and reduce amount of hand written code. The project infrastructure also supports common logging / tracing, dependency injection and configuration scenarios.
- Service Fabric Mocks - Contains many Mock and helper classes to facilitate and simplify unit testing of Service Fabric Actors and Services.
- Service Fabric Watchdog - A framework for exposing custom metrics and monitoring them with a watchdog in Azure Service Fabric.
- Jenkins CI/CD with Service Fabric - Setup a CI/CD pipeline for Service Fabric using Jenkins.
- Visual Studio Team Services CI/CD with Service Fabric - Setup a CI/CD pipeline for Service Fabric using VSTS.
- Service Fabric Run-Tests - A Linux docker image for execution of unit test that use Service Fabric classes (i.e. StatefulServiceBase).
- Traefik on Service Fabric - Ingress and Routing provider to enable Traefik integration.
- Unofficial Management SDK for golang - Package servicefabric is an opinionated Service Fabric client written in Golang.
- Example Hosting Redis - An example project showing two different approaches for hosting Redis as a GuestExecutable.
- IAsyncEnumerable Bridge for Service Fabric Reliable Collections - An IAsyncEnumerable Bridge to enable LINQ like queries on Service Fabric Reliable Collections.
- Minio Server for Service Fabric - Minio for Service Fabric is an open source object storage server with Amazon S3 compatible API.
- Custom Headers For Remoting - Allows injecting custom message headers into remoting messages (Actors and Reliable Services, V2 remoting only)
- Service Fabric Team Blog
- Continuous Delivery for Service Fabric via Github, Travis CI and Docker Compose
- Deploying a Linux Python web application to Service Fabric via Docker Compose
- Service Fabric Under the Hood: The Cluster Resource Manager (Part 1)
- Service Fabric Under the Hood: The Cluster Resource Manager (Part 2)
- Azure services explained – Part 1: Azure Service Fabric
- Unit testing in Azure Service Fabric
- Service Fabric Handbook