Skip to content

connorwyatt/distributed-systems-patterns-csharp

Repository files navigation

Distributed Systems Patterns

Contents

  • Unique Constraints

    An example for handling unique constraints. This example is a duplicate user check.

  • Single Current Aggregate

    An example for having a single aggregate active at any given time. This example is a billing period, where all charges should be added to the current billing period.

  • Crypto Shredding

    An example of one method for dealing with personal information in an event sourced system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages