About 1,210,000 results
Open links in new tab
  1. Event-driven architecture - Wikipedia

    Event-driven architecture (EDA) is a software architecture paradigm concerning the production and detection of events. Event-driven architectures are evolutionary in nature and provide a …

  2. Event-Driven Architecture - aws.amazon.com

    Event-driven architectures have three key components: event producers, event routers, and event consumers. A producer publishes an event to the router, which filters and pushes the events to …

  3. Event-Driven Architecture - System Design - GeeksforGeeks

    Aug 18, 2025 · Event-Driven Architecture (EDA) is a software design paradigm where system components communicate by producing and responding to events. These events can be …

  4. What is event-driven architecture? - IBM

    What is event-driven architecture? Event-driven architecture (EDA) is a software design model built around the publication, capture, processing and storage of events.

  5. Event-Driven Architecture (EDA): A Complete Introduction - Confluent

    Event-driven architecture is a software design pattern that can detect, process, and react to real-time events as they happen. Learn how it works, benefits, use cases, and examples.

  6. Event-Driven Architecture Style - Azure Architecture Center

    Aug 14, 2025 · An event-driven architecture consists of event producers that generate a stream of events, event consumers that listen for these events, and event channels (often implemented …

  7. What Is Event-Driven Architecture? - Akamai

    What Is Event-Driven Architecture? Event-driven architecture (EDA) is a pattern of software design that enables systems to detect, process, communicate, and respond to events in real …

  8. What is event-driven architecture? - Google Cloud

    Event-driven architecture, EDA, is a software design pattern where systems react to events, enabling scalable and responsive applications.

  9. What Is Event-Driven Architecture? Models, Examples, and Uses

    Dec 22, 2024 · An event-driven architecture (EDA) is a software design pattern where events trigger actions and enable communication between decoupled components. This approach …

  10. The Complete Guide to Event-Driven Architecture - Medium

    Aug 29, 2023 · Event-driven architecture is a software design pattern that allows decoupled applications to asynchronously publish and subscribe to events through an event broker …