Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 564 Bytes

File metadata and controls

15 lines (8 loc) · 564 Bytes

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.