Skip to main content

23 docs tagged with "microservices"

View all tags

API Gateway

Centralize request routing, authentication, and rate limiting using an API gateway.

CQRS and Read Models

Separate read and write models to optimize for different access patterns and enable flexible data transformation.

Database Per Service

Isolate service data with dedicated databases to maintain independence and prevent tight coupling.

DDD in Practice

Hands-on techniques and patterns to apply DDD in real systems

Event Sourcing

Store the complete history of changes as immutable events rather than storing only the current state.

gRPC and RPC

Build high-performance binary RPC systems with HTTP/2 streaming

Service Mesh

Manage service-to-service communication using a service mesh.