General
147 views
CQRS
Quick Definition
Separating read and write models for better scaling
Full Definition
Command Query Responsibility Segregation, separating read and write models.
Examples
read model, write model, event sourcing, separate databases
Related Terms
event-sourcing
arc
hitecture
scalability
More General Terms
Refactoring
Restructuring code without changing external behavior
Event Sourcing
Storing all state changes as immutable event sequences
Code Review
Examining code changes before merging for quality
Open Source
Software with publicly available source code
Data Pipeline
Series of processing steps moving data from source to destination
Microservice
Small independently deployable focused service