Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 752 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 752 Bytes

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