java-tutorials/axon
collaboratewithakash ca7e611e56 backlink updated 2023-06-09 14:32:01 +05:30
..
src BAEL-5856 mark manual test 2023-01-31 19:10:03 +02:00
README.md backlink updated 2023-06-09 14:32:01 +05:30
pom.xml JAVA-19536 Formatting of pom.xml(s) 2023-04-05 05:36:38 +05:30
start_axon_server.sh BAEL-4769 Additions for 'Querying the Query Model in Axon' (#12578) 2022-09-06 14:04:07 -04:00
start_mongo.sh BAEL-5855 Persisting the Query Model (#12976) 2022-11-27 17:00:47 +00:00

README.md

Axon

This module contains articles about Axon

Profiles

Optionally the code can be run with the 'mongo' profile to use Mongo to store the projection. Otherwise, an in-memory projection is used.

Scripts

Two scripts are included to easily start middleware using Docker matching the properties files:

  • start_axon_server.sh to start an Axon Server instance
  • start_mongo.sh to start a MongoDB instance

Relevant articles