Event-driven Architecture

Browse all posts tagged with Event-driven Architecture.

All Posts

Filter arrow-down
All
AI
Blockchain
Cloud Computing
Data & Analytics
DevOps
Digital transformation
Integration
Product development
Remote Working
Scrum
Security
Services
Softobiz Culture
Technologies
UI/UX Designing
WebRTC

Understanding the Event-driven Architecture

Varied approaches have appeared recently in computing like big data, serverless, microservice architecture, event-driven architecture, etc. Companies like Netflix and its contemporaries are using these approaches. For their application development, Microservice architecture plays a major role. But how do they benefit from microservice architecture if the services are not wired? How a single microservice can […]

Microservice Orchestration Vs Choreography

The microservice architecture is a collection of small services with each service having a specific function. These service modules can’t perform well in isolation and need some kind of medium so that they interact and share data. This leads us into one question: How to stitch these service modules together? There are two ways to […]