About 36,700,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

    An event-driven architecture uses events to trigger and communicate between services. Learn more about its benefits, use cases, and getting started.

  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

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

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

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

  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. What Is Event-Driven Architecture? - Akamai

    Event-driven architecture includes software and hardware components that are deployed and connected to provide real-time communication and messaging around events.

  9. Introduction to Event-Driven Programming: A Comprehensive …

    Event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions, sensor outputs, or messages from other programs …

  10. Event-Driven Architecture | Baeldung on Computer Science

    Mar 18, 2024 · Event-driven architecture (EDA) is a flexible approach to designing software systems that respond to real-time events. Unlike traditional architectures, EDA promotes …