Search⌘ K
AI Features

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...

This chapter will build on the previous chapter’s efforts by recording these events in the database to maintain a history of the modifications made to ...