General
159 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
CI/CD
Automating build test and deployment pipelines
Inversion of Control
Design principle transferring program flow control to framework
Clean Code
Writing readable maintainable code
Scrum
Agile framework using fixed-length sprints
Semantic Versioning
Version scheme using MAJOR.MINOR.PATCH format
Microservice
Small independently deployable focused service