, 6 tweets, 2 min read
My Authors
Read all threads
⏱️Why Event-Based systems Rock 🤘 [in 5 tweets].

Designing systems from domain events instead of columns in a database, endpoints on an API, or components in a view, has so many benefits.

#ddd #eventstorming
[Communcation] Thinking in terms of domain events is the closest we can get to expressing what happens in the real world. Features can be communicated by non-technical folk as a series of domain events.

UserRegistered -> EmailVerificationSent -> EmailVerified
[Auditing & Reasoning] When we represent a system using events, we can reason about the way that the system changed over time since the current state is computed by applying all of the domain events that ever occurred. In some domains, this is mandatory for audits.
[Estimates] Software can be a very creatively unbounded process. Find and count all the `views` (read models) that present data and `commands` (write models) that change the system and cause domain events, then measure their complexity.
[Scalability] Sometimes, in large applications- a single transaction might need to pass through or notify several other systems. In high-traffic scenarios, instead of blocking an async call, we introduce "Eventual Consistency" as a way to enable systems to "catch up" eventually.
[Complexity] Business rules are often missed in CRUD-first design. In order to avoid unmaintainable `if` and `else` statements, think in terms of events, the commands they sometimes invoke as side effects, and the preconditions that govern how and when they can be invoked.
Missing some Tweet in this thread? You can try to force a refresh.

Enjoying this thread?

Keep Current with Khalil Stemmler

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just three indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!