Skip to content

Instantly share code, notes, and snippets.

@naw
Last active August 27, 2021 15:05
Show Gist options
  • Save naw/d8750de2cac61f51c7492c948234f147 to your computer and use it in GitHub Desktop.
Save naw/d8750de2cac61f51c7492c948234f147 to your computer and use it in GitHub Desktop.
Event sourcing resources

For overall terminology for event-driven, even-sourcing, CQRS, etc. to help disambiguate by Martin Fowler:

At least a couple of videos by Greg Evans. He's given the same basic talks multiple times, so no need to watch every single variation, but here are a few distinct ones:

Good overview of event sourcing and a lot of the nuances that pop up. Worth a skim, at least:

Aggregates vs. Projections:

A contrarian view, worth a skim to get a sense for what can go wrong:

Loosely related, but great video related to "source" data vs. "derived" data:

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