• Stars
    star
    134
  • Rank 269,734 (Top 6 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Microservices with Service Fabric. Easy... or is it?

Service Fabric is so simple! Just click-click-deploy and we have a stateless microservice! But what if we want to store business data? We can use reliable collections and even transactions to store data inside the cluster, but what happens when our single partition goes down? We could lose everything! Now we need to partition our data… how do we do that? And how do we integrate with other PaaS offerings like Azure Service Bus? Maybe this isn’t so easy after all.

In this talk I'll walk you through Service Fabric Partitioning, a partition affinity model for Azure Service Bus queues and challenges you'll face with messaging patterns like request/response, publish/subscribe, process managers and other stateful entities running inside a Service Fabric Cluster.

Please read the LICENSE.md agreement

The font used in the slides is

Kaffeesatz

Links

About me

Service Fabric

NServiceBus

Orleans

More Repositories

1

async-dolls

C#
69
star
2

PerformanceTricksAzureSDK

Performance tricks I learned from contributing to the Azure .NET SDK
JavaScript
68
star
3

Async.Netcore

C#
57
star
4

Await.HeadExplosion

C#
52
star
5

RearchitectTowardsAsyncAwait

C#
35
star
6

IvoryXylophone

C#
22
star
7

StockTicker

C#
18
star
8

Onion.Factory

C#
16
star
9

MessagePump

Presentation Material for message pump presentation
C#
15
star
10

AsyncTplWorkshop

Workshop Material for the async/tpl
C#
12
star
11

BeyondSimpleBenchmarks

Beyond simple benchmarks—A practical guide to optimizing code with BenchmarkDotNet
HTML
11
star
12

AzureServiceBus.DeepDive

C#
11
star
13

service-fabric-webinar

C#
10
star
14

RearchitectTowardsAsyncAwait.Exercises

C#
10
star
15

RemoteWorking

8
star
16

nservicebus.introduction

C#
8
star
17

AsyncTransactions

C#
6
star
18

AsyncRabbitMQ

C#
6
star
19

03-03-2016-AsyncWebinar

C#
6
star
20

Transport.Transport

C#
5
star
21

ServiceFabric.Testing

C#
4
star
22

Layer.Factory

C#
4
star
23

02-25-2016-AsyncWebinar

C#
4
star
24

ReliableMessaging.Workshop

C#
3
star
25

PipelineTrees

Working pipeline with cancellation
C#
3
star
26

MicroBenchmarks

Random Micro Benchmarks
C#
3
star
27

IOAbstraction

Abstraction layer for System.IO
C#
3
star
28

RestFundamentals

Simple.Web Tryouts for REST presentation
C#
3
star
29

NewRelic.Providers.Wrapper.NServiceBusV6

Spike for NewRelic.Providers.Wrapper.NServiceBusV6
C#
2
star
30

SwissChocolate.Factory

NSBCon 2015
PowerShell
2
star
31

AddNServiceBus

C#
2
star
32

KnockKnock

Knock. Knock. Who's there? A message from the future
C#
2
star
33

BreakingTheChain

1
star
34

NServiceBusAndFunctions

C#
1
star
35

NServiceBusAsyncApiSpike

C#
1
star
36

S3Test

Testing S3 Issue
C#
1
star
37

ConcurrentDataStructures.Webinar

C#
1
star
38

Async.Concurrency

C#
1
star
39

GenericHostDemo

C#
1
star
40

NServiceBus.EventGatewaySample

1
star
41

dwx16.async-chain

Walking skeleton for DWX 16 workshop
C#
1
star
42

SampleLicenseNuget

Sample that shows how to embedded NServiceBus license into embedded ressource
C#
1
star
43

Async.DieIsCast

C#
1
star
44

DynamoDB.Playground

1
star
45

NServiceBus.Samples

Repository that contains random samples and stuff related to NServiceBus
C#
1
star
46

EventHubSample

C#
1
star
47

AciContainerSpike

1
star
48

CommandLineUtils.CommandLineTryouts

Tryout to see how command nesting works with McMaster.Extensions.CommandLineUtils
C#
1
star