Event-Driven Architecture

advanced
software
Enhanced Content

Definition

Software design where components communicate through events rather than direct calls. Like a newspaper where different departments react to breaking news independently.

Real-World Example

When a customer places an order, it triggers events for inventory, shipping, and billing systems simultaneously.

Cloud Provider Equivalencies

These services provide managed event routing (publish/subscribe) so producers emit events and consumers react asynchronously. They integrate with each cloud’s serverless compute (AWS Lambda, Azure Functions, Cloud Run/Functions, OCI Functions) and messaging services (e.g., SNS/SQS, Service Bus, Pub/Sub, Streaming/Queue) for fan-out, buffering, and retries.

AWS
Amazon EventBridge
AZ
Azure Event Grid
GCP
Eventarc
OCI
OCI Events

Explore More Cloud Computing Terms