General
158 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
Site Reliability
Engineering approach to IT operations with software practices
Code Review
Examining code changes before merging for quality
Inversion of Control
Design principle transferring program flow control to framework
Pair Programming
Two developers collaborating at one workstation
12-Factor App
Methodology for building scalable maintainable SaaS apps
Data Pipeline
Series of processing steps moving data from source to destination