Skip to main content

15 docs tagged with "operational-excellence"

View all tags

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.

Event Sourcing

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

Metrics and Monitoring

Measure system behavior with metrics using RED and USE methods to identify performance issues.