Microservices
Back: Architectural Patterns
An architectural style that structures an application as a collection of small, autonomous services, each running in its own process and communicating via lightweight mechanisms. Each service is independently deployable and organized around business capabilities.
Concepts
- Microservices Principles
- Inter-Service Communication
- Service Discovery
- Data Ownership
- Microservices Challenges
- Saga Pattern