17 lines
573 B
Markdown
17 lines
573 B
Markdown
## Axon
|
|
|
|
This module contains articles about Axon
|
|
|
|
## Scripts
|
|
|
|
One script is included to easily start middleware using Docker:
|
|
|
|
- `start_axon_server.sh` to start an Axon Server instance
|
|
|
|
### Relevant articles
|
|
|
|
- [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing)
|
|
- [Multi-Entity Aggregates in Axon](https://www.baeldung.com/java-axon-multi-entity-aggregates)
|
|
- [Snapshotting Aggregates in Axon](https://www.baeldung.com/axon-snapshotting-aggregates)
|
|
- [Dispatching Queries in Axon Framework](https://www.baeldung.com/axon-query-dispatching)
|