eventstore

Yeah... One more event sourcing and CQRS... Don't ask. It's, as usual, kind of in progress...

Travis CI build status: Build Status

GitHub daggerok/eventstore-project repository

Read docs on GitHub Pages

run database

./mvnw -f docker/h2/pom.xml -P up

run eventstore

bash ./apps/h2-eventstore/target/*.jar

cleanup

killall -9 java
./mvnw -f docker/h2/pom.xml -P down

build VuePress documentation

npm i ; npm run build
Last Updated: 2/24/2019, 11:22:17 PM