Understanding Event Driven Architectureby@digitalbeardy
933 reads

Understanding Event Driven Architecture

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Event Driven Architecture is a software architecture paradigm promoting the production, detection, consumption of, and reaction to events. When an action occurs, an event is created and this event is then used to drive decisions across anything that is waiting for that event to occur. Services are no longer tied together, because in a publish subscribe type model, the caller is no longer calling the callee synchronously. Because processes now rely on eventual consistency, it is not typical to support events when change happens.

Company Mentioned

Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Understanding Event Driven Architecture
Craig Godden-Payne HackerNoon profile picture

@digitalbeardy

Craig Godden-Payne

☁️ Cloud Software Consultant 🖊️ #DevOps 🚀 #Serverless ⚡#Javascript 🔥 #DotNet 👊 #MachineLearning


Receive Stories from @digitalbeardy

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!