2019-10-31 21:43:47 -04:00
|
|
|
## Axon
|
|
|
|
|
|
|
|
This module contains articles about Axon
|
|
|
|
|
2022-09-06 14:04:07 -04:00
|
|
|
## Scripts
|
|
|
|
|
|
|
|
One script is included to easily start middleware using Docker:
|
|
|
|
|
|
|
|
- `start_axon_server.sh` to start an Axon Server instance
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
### Relevant articles
|
|
|
|
|
|
|
|
- [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing)
|
2021-04-28 17:26:24 -04:00
|
|
|
- [Multi-Entity Aggregates in Axon](https://www.baeldung.com/java-axon-multi-entity-aggregates)
|
2021-09-29 11:32:13 -04:00
|
|
|
- [Snapshotting Aggregates in Axon](https://www.baeldung.com/axon-snapshotting-aggregates)
|
2022-11-05 06:53:05 -04:00
|
|
|
- [Dispatching Queries in Axon Framework](https://www.baeldung.com/axon-query-dispatching)
|