Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

02 Architectural Patterns

❯

00 Category

❯

Microservices

Microservices

Feb 10, 20261 min read

  • architecture
  • microservices

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

architecture microservices


Graph View

  • Microservices
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Data Ownership
  • Inter-Service Communication
  • Micro-Frontends
  • Microservices Challenges
  • Microservices Principles
  • Saga Pattern (Architecture)
  • Service Discovery
  • Space-Based Architecture
  • Strangler Fig
  • Architectural Patterns
  • GraphQL Federation
  • Monolith vs Microservices Decision
  • Contract Testing

Created with Quartz v4.5.2 © 2026

  • GitHub