Sample project demonstrating how to track infrastructure information as part of an Axon event stream.
This project contains a sample shopping domain, which provides random shopping events. The InfrastructureAggregate is responsible for tracking new software version deployments as part of the Axon event stream.
The project can be built and started using:
./gradlew clean bootBuildImage
docker-compose upYou will see random shopping events, once the application has been successfully started.
The database can be reset using, if needed:
docker-compose downThe Axon event store database can be accessed using pgAdmin at http://localhost:9090 or any other database viewer.
Access is granted for user admin@dxfrontiers with password secret.
Upon first connecting to the embedded Axon PostgreSQL database, the database
password secret needs to be provided.