Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practical guide to Event Sourcing #8

Open
ebysofyan opened this issue Sep 17, 2022 · 0 comments
Open

Practical guide to Event Sourcing #8

ebysofyan opened this issue Sep 17, 2022 · 0 comments
Labels
Tech-Talk 45 Minute session, possibly include live coding or demo session

Comments

@ebysofyan
Copy link
Collaborator

What is Event Sourcing?

Event Sourcing is a pattern for storing data as events in an append-only log. This simple definition misses the fact that by storing the events, you also keep the context of the events; you know an invoice was sent and for what reason from the same piece of information. In other storage patterns, the business operation context is usually lost, or sometimes stored elsewhere.

@ebysofyan ebysofyan added the Tech-Talk 45 Minute session, possibly include live coding or demo session label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech-Talk 45 Minute session, possibly include live coding or demo session
Projects
None yet
Development

No branches or pull requests

1 participant