General
155 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
Documentation as Code
Applying dev practices to documentation management
Trunk Based Development
Branching model integrating code to main branch frequently
Scrum
Agile framework using fixed-length sprints
Pair Programming
Two developers collaborating at one workstation
Open Source
Software with publicly available source code
CQRS
Separating read and write models for better scaling