Introduction
Explore how to record and track changes using event sourcing in Golang. Understand how to implement domain events, CQRS read models, and aggregate snapshots to maintain a clear history of modifications in your application.
We'll cover the following...
We'll cover the following...
This chapter will build on the ...