General
33 views
Event Sourcing
Quick Definition
Storing all state changes as immutable event sequences
Full Definition
Storing all changes to application state as a sequence of immutable events.
Examples
audit log, temporal queries, event store, CQRS
Related Terms
cqrs
event-driven
architecture
More General Terms
Code Review
Examining code changes before merging for quality
CQRS
Separating read and write models for better scaling
Domain-Driven Design
Software approach centered on business domain logic
API Design
Creating consistent and intuitive APIs for software
DevSecOps
Integrating security into DevOps processes
Microservice Architecture
Structuring apps as loosely coupled independent services