sample-axon-kafka icon indicating copy to clipboard operation
sample-axon-kafka copied to clipboard

Sample CQRS and event sourced application developed on top of axon framework.(Kafka is used for distributing the events)

Sample-Axon-Kafka

Sample CQRS and Event Souring impleneted using Axon Framework.MongoDB is used as the event store and Apache Kafka to distribute the events between command and query side.The UI has been developed using Vaadin Framework.

Architecture Overview

cqrs 4

Description

Download the repository and run the each of the sub module using mvn spring-boot:run command. Once the applications are up go to this address http://localhost:8081/ui

Sample Screenshot: screen shot 2018-09-09 at 6 39 42 pm