Skip to content

dxfrontiers/axon-infrastructure-tracking

Repository files navigation

Axon Infrastructure Tracking

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.

Build & Run

The project can be built and started using:

./gradlew clean bootBuildImage
docker-compose up

You will see random shopping events, once the application has been successfully started.

The database can be reset using, if needed:

docker-compose down

Access Axon database using pgAdmin

The 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.

About

Tracking Infrastructure related information in Axon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages