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
- Host: GitHub
- URL: https://github.com/sake92/causality
- Owner: sake92
- Created: 2018-03-19T09:38:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T15:29:19.000Z (over 8 years ago)
- Last Synced: 2025-08-02T17:46:31.980Z (12 months ago)
- Topics: cqrs, event-sourcing, java, spring-boot
- Language: Java
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`