Skip to content

Commit

Permalink
Fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHaus committed Nov 19, 2024
1 parent 3453088 commit 56b182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Concepts/Event Sourcing Pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish: true

The event sourcing pattern captures all changes to an application as a sequence of event objects. This pattern creates a ledger of changes that can be used to replay events and view application state at any point in time.

![Event Sourcing|500](event-sourcing.png)
![[event-sourcing.png|500]]
*Image source: [Event Sourcing and Event-Driven Architecture - In Under 5 Minutes!](https://ercin.medium.com/event-sourcing-and-event-driven-architecture-in-under-5-minutes-927f4e88351a)*

## Event Sourcing Pattern Advantages
Expand Down

0 comments on commit 56b182f

Please sign in to comment.