java-tutorials/axon/README.md

17 lines
574 B
Markdown
Raw Normal View History

## 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)
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)
- [Dispatching Queries in Axon Framework](https://www.baeldung.com/axon-query-dispatching/)