Gerard Klijs d54d4768c0 BAEL-5855 Persisting the Query Model (#12976)
* BAEL-5855 Persisting the Query Model

* BAEL-5855 Persisting the Query Model, apply baeldung code style.
2022-11-27 17:00:47 +00:00
..

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