Learn about aggregate snapshotting in event sourcing and how to implement it with Axon Framework.
Baeldung Author
Steven van Beelen
Steven van Beelen is a Lead developer at AxonIQ with a keen interest in new and exciting technologies and methodologies. The last couple of years this interest has chiefly been fulfilled by the Axon Framework and how it approaches software architecture. This eventually led him to become a part of the AxonIQ team. There, he currently helps small and large clients build Axon applications, gives training in it, develops the framework and is overall active in the Axon community. Always keen to learn and improve himself in the software space, he reads up on more abstract concepts like domain driven design, messaging patterns and event sourcing. He also keeps himself up to date with more concrete topics like new frameworks and languages to improve his skill as a developer.
Here's what I've written (so far):
Baeldung on Java
- All
- Programming (3)
Multi-Entity Aggregates in Axon
Filed under Programming
In this article, we’ll look at how the Axon framework supports Aggregates with multiple entities.
A Guide to the Axon Framework
Filed under Programming
An intro to the Axon framework (v4) by building a simple CQRS and Event Sourcing example application.