An open API service indexing awesome lists of open source software.

https://github.com/sake92/causality

Event driven CQRS example
https://github.com/sake92/causality

cqrs event-sourcing java spring-boot

Last synced: 11 months ago
JSON representation

Event driven CQRS example

Awesome Lists containing this project

README

          

# Causality

Event driven CQRS example with Spring Cloud and Kafka.

# Run

- run kafka locally
- gradlew :modules:user-command:bootRun
- gradlew :modules:user-query:bootRun

# Dev

- subprojects are in the `modules/` folder
- you'll need Lombok in your IDE
- if using Eclipse (STS), please import and use `eclipse-java-formatting-settings.xml`