Home > Author > Robert C. Martin >

" Event sourcing is a strategy wherein we store the transactions, but not the state. When state is required, we simply apply all the transactions from the beginning of time. "

Robert C. Martin , Clean Architecture


Image for Quotes

Robert C. Martin quote : Event sourcing is a strategy wherein we store the transactions, but not the state. When state is required, we simply apply all the transactions from the beginning of time.