Skip to content

cbuschka/eventstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventstore

Build License

Event store implementation in Java.

Features

  • event store for saving and loading aggregates
  • replay of events
  • annotations for minimizing boilerplate code
  • in memory and postgresql jdbc variants
  • event publishing support for outbox pattern
  • event cursor support for replay

Prerequisites

  • java 11
  • maven 3
  • docker-compose with version 3 support

License

Copyright (c) 2021 by Cornelius Buschka.

Apache License, Version 2.0

About

Event store implementation in Java

Topics

Resources

License

Stars

Watchers

Forks

Languages