From 8da3fb72203d47593ef170b2c65fae3abb8c1da4 Mon Sep 17 00:00:00 2001 From: JesusG16 <166076219+JesusG16@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:03:21 -0500 Subject: [PATCH] Update 109-event-sourcing.md (#6250) The youtube video for event sourcing is no longer available, I added an alternative. --- .../content/107-architectural-patterns/109-event-sourcing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/109-event-sourcing.md b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/109-event-sourcing.md index d285bf3c7..e91e134fe 100644 --- a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/109-event-sourcing.md +++ b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/109-event-sourcing.md @@ -7,5 +7,5 @@ In Event sourcing, all changes to the state of the system are treated as events, Learn more from the following links: - [@article@Event Sourcing Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) -- [@video@Design Patterns: Why Event Sourcing?](https://www.youtube.com/watch?v=rUDN40rdly8) +- [@video@Event Sourcing Example & Explained](https://www.youtube.com/watch?v=AUj4M-st3ic&list=PLThyvG1mlMzkRKJnhzvxtSAbY8oxENLUQ&ab_channel=CodeOpinion) - [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh)