Skip to content

Commit

Permalink
Update event-driven-architecture.md
Browse files Browse the repository at this point in the history
Update event-driven-architecture.md
  • Loading branch information
mehdihadeli authored Aug 12, 2024
2 parents 78cfa51 + 6c0b749 commit 309d050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/event-driven-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
- [Internal and external events, or how to design event-driven API](https://event-driven.io/en/internal_external_events/)
- [Event-Driven Architecture: What You Need to Know](https://encore.dev/blog/event-driven-architecture)
- [Event modelling anti-patterns explained](https://event-driven.io/en/anti-patterns/)
- [Event-driven architecture on the modern stack of Java technologies](https://romankudryashov.com/blog/2024/07/event-driven-architecture)

## 📺 Videos
- [Event-Driven Architecture | EDA | Software Architectural Patterns](https://www.youtube.com/watch?v=gIL8rW_eyww&t=0s)
Expand Down Expand Up @@ -99,4 +100,5 @@

## 🚀 Samples

- [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing) - The main objective of this cloud-native project is to represent the state of the art of a distributed, reliable, and highly scalable system by interpreting the most relevant principles of Reactive Domain Driven Design.
- [AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing](https://github.com/AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing) - The main objective of this cloud-native project is to represent the state of the art of a distributed, reliable, and highly scalable system by interpreting the most relevant principles of Reactive Domain Driven Design.
- [rkudryashov/event-driven-architecture](https://github.com/rkudryashov/event-driven-architecture) Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.

0 comments on commit 309d050

Please sign in to comment.