This project is a proof of concept that combines Event Sourcing with application level write batching to increase the number of persisted events by a factor of 10x to 100x depending on application.
- clone the repo
git clone [email protected]:PagerDuty/poc-fast-event-sourcing
- cd into the project
cd poc-fast-event-sourcing
- run using
sbt run