Aggregate is the primary component in the command API, its where commands are handled events are raised, state of aggregate is altered and evets are stored to events store and publish to event bus
docker run -d \
--name axonserver \
-p 8024:8024 \
-p 8124:8124 \
axoniq/axonserver