
How to Choose and Name Commands for Event Sourcing or CQRS
Explore two approaches for creating and naming commands in command-based systems, balancing domain logic with structured formats.
Explore two approaches for creating and naming commands in command-based systems, balancing domain logic with structured formats.
Find out a naming convention and package structure to generate clean event sourcing code.
Implementing event sourcing in Spring Boot from scratch is easy. You just need to understand some core concepts.