Skip to content

daggerok/eventstore-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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