About 17,900,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 high degree …

  2. 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 important …

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

    An event-driven architecture uses events to trigger and communicate between decoupled services and is common in modern applications built with microservices. An event is a change in state, or an …

  4. What is event-driven architecture? - IBM

    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

    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. What is event-driven architecture? A complete guide

    Oct 24, 2025 · What is event-driven architecture (EDA)? Event-driven architecture (also known as EDA) is a software design paradigm where the flow of a system is determined by events – discrete …

  7. 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.

  8. Event Driven Architecture: A Beginner’s Guide | Find My Course

    5 days ago · Discover what event driven architecture is, how it works, real-life applications and challenges to help you design scalable systems in 2025.

  9. Event-Driven Architecture Explained with Real-World Examples

    Aug 20, 2025 · The key takeaway is that event-driven architecture makes software more like the real world, where many things happen simultaneously in response to events, rather than following a rigid, …

  10. 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 as …