Event Sourcing: Store What Happened, Not What Is
Most systems store the present tense. A row in a table holds the current balance, the current status, the current address. When something changes,…
Most systems store the present tense. A row in a table holds the current balance, the current status, the current address. When something changes,…
Every streaming system has a fast end and a slow end. A producer reads from a socket, a database, a sensor, another service. A…