Stream - Event Sourcing

Card Puncher Data Processing

Stream - Event Sourcing

About

Instead of focussing on current state, you focus on the changes that have occurred over time. It is the practice of modelling your system as a sequence of events.

Event Sourcing domain expert won't talk about “tables” and “joins”, they'll describe processes as the series of events that can occur and the rules applied to them.

  • State of data is a stream of events
  • Eases auditing
  • Eventual Consistency
  • Distributable stream through a Message Bus

Example: Cdc

Documentation / Reference





Discover More
Event Centric Thinking
What is a Stream? Also known as Pipe, Message Queue or Event Processing

A stream is: a sequence of aninfinite cardinality (size) delivered atunknown time intervals. list In processing, a stream is a pipeline where the source cardinality is infinite (ie polled...



Share this page:
Follow us:
Task Runner