Skip to content

Instantly share code, notes, and snippets.

@StevenACoffman
Last active January 30, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenACoffman/c58c026dba9a676db1f81789fdaf2c15 to your computer and use it in GitHub Desktop.
Save StevenACoffman/c58c026dba9a676db1f81789fdaf2c15 to your computer and use it in GitHub Desktop.

Event Sourcing/CQRS/DDD vs. Stream processing at scale

Enterprise SW Internet Companies
biggest problem: complexity of domain biggest problem: volume of data
leads to: business logic leads to: complexity of data infrastructure
solution: Event Sourcing solution: Stream Processing

From Martin Kleppman's Event Sourcing and Stream Processing at Scale from Domain-Driven Design Europe 2016 presentation

Stream Processing, Event Sourcing, Reactive, CEP... and making sense of it all

Please stop calling databases CP or AP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment