Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-event-driven-architecture
A curated list of resources on event-driven architecture.
https://github.com/lutzh/awesome-event-driven-architecture
Last synced: 2 days ago
JSON representation
-
πΊ Videos
-
Foundational
- Event-Driven Architectures Done Right - By Tim Berglund, May 2021. Good overview, clear presentation.
- Core Decisions in Event-Driven Architecture - By Duana Stanley, October 2019. Overall a great talk, definitely worth watching. Below are some minor issues I have with it.
- Event Driven Architecture & Governance in Action - By Wim Debreuck, June 2023. A talk that goes beyond the technical fundamentals, into the architecture and design process of event-driven applications. The shown approach might not be universal, but provides important insights. I especially like the clarity around business events.
- Core Decisions in Event-Driven Architecture - By Duana Stanley, October 2019. Overall a great talk, definitely worth watching. Below are some minor issues I have with it.
- Event-Driven Architectures Done Right - By Tim Berglund, May 2021. Good overview, clear presentation.
- Event Driven Architecture & Governance in Action - By Wim Debreuck, June 2023. A talk that goes beyond the technical fundamentals, into the architecture and design process of event-driven applications. The shown approach might not be universal, but provides important insights. I especially like the clarity around business events.
- Event-Driven Architecture Explained in 15 Minutes - By Dave Farley, July 2024. Watching videos by Dave Farley is always time well spent, and his short take on event-driven architecture is no exception.
- Event-Driven Architecture Explained in 15 Minutes - By Dave Farley, July 2024. Watching videos by Dave Farley is always time well spent, and his short take on event-driven architecture is no exception.
-
Experience Reports And Practicalities
- EDA in Practice: Building an eCommerce Platform at Cinch - By Toli Apostolidis, September 2022. You can ignore the first 8 minutes and 15 seconds (in fact the link will skip them), they are mostly promotion for AWS. But from there on follows a good talk on real-world experiences with event-driven architecture.
- Shifting Gears: From Events to Event-Driven - By Ryan Cormack, May 2024. He tells the story of Motorway's journey to event driven, and also includes a lot of foundational aspects.
- EDA in Practice: Building an eCommerce Platform at Cinch - By Toli Apostolidis, September 2022. You can ignore the first 8 minutes and 15 seconds (in fact the link will skip them), they are mostly promotion for AWS. But from there on follows a good talk on real-world experiences with event-driven architecture.
- Shifting Gears: From Events to Event-Driven - By Ryan Cormack, May 2024. He tells the story of Motorway's journey to event driven, and also includes a lot of foundational aspects.
-
-
π Articles
-
Experience Reports And Practicalities
- Event Driven Architecture β 5 Pitfalls to Avoid - By Natan Silnitsky, August 2022. Especially when you only just get started, check this to spare you some frustration later. You might also want to check the "Further Reading" section at the end.
- Event Granularity: Modelling events in event driven applications - By Barry O'Sullivan, December 2017. About finding the right granularity for events.
- The different types of events in event-driven systems - By Frank de Jonge, February 2022. There are different approaches to classifying events - this is a very good one.
- Reliable event dispatching using a transactional outbox - By Frank de Jonge, February 2022. Transactional outbox is a crucial pattern for services basing their persistence on CRUD/RDBMS.
- 5 pitfalls to avoid when implementing an Event-Driven Architecture - By Kris Van Vlaenderen, January 2024. Sounds very similar to the previous one. But it's not a case of duplicate events - it's actually 5 different pieces of advice.
- Behind the scenes: McDonald's event-driven architecture - From the McDonald's tech blog, August 2022. Not very detailed, but an easily digestible case study about event-driven architecture at scale. Listing this here is not an endorsement of their products. There's a [second part](https://medium.com/mcdonalds-technical-blog/mcdonalds-event-driven-architecture-the-data-journey-and-how-it-works-4591d108821f), too.
-
Foundational
- Events As First-Class Citizens - By Randy Shoup, January 2018. Focusses on the most important part of EDA: The actual events.
- Why Event-First Programming Changes Everything - By Neil Avery, January 2019. Somewhat lengthy article that's great in painting the "big picture".
- Introduction to Event-Driven Architecture - By Kacey Bui, February 2021. Good overview of the basics.
- Going βEvents-Firstβ for Microservices with Event Storming and DDD - By Russ Miles, October 2016. _"It is **not the things** that matter in early stages of design - **it is the things that happen**."_
-
-
Related Topics
-
Experience Reports And Practicalities
- Event Sourcing β What, Why & How - By Anita Kvamme, June 2024. While also event based, _Event Sourcing_ is not the same as _Event-Driven Architecture_. They complement each other well, but you can also use either without the other. Thankfully, this great overview of Event Sourcing makes that clear at the very start.
-
-
Contributing
-
Experience Reports And Practicalities
- list of guidelines
- issue - requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
- issue - requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
-
-
Footnotes
-
Experience Reports And Practicalities
-
Sub Categories