Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

02 Architectural Patterns

❯

00 Category

❯

Event Driven Architecture (Architecture)

Event-Driven Architecture (Architecture)

Feb 10, 20261 min read

  • architecture
  • event-driven

Event-Driven Architecture (Architecture)

Back: Architectural Patterns

An architectural pattern where the flow of the program is determined by events. Components produce and consume events asynchronously, enabling loose coupling, scalability, and real-time processing of business events.

Concepts

  • Event Sourcing
  • CQRS
  • Event Bus and Broker
  • Domain Events
  • Event Storming

architecture event-driven


Graph View

  • Event-Driven Architecture (Architecture)
  • Concepts

Created with Quartz v4.5.2 © 2026

  • GitHub