Skip to content
/ jvents Public

Proof of concept, simple, non-performant event store for Java

Notifications You must be signed in to change notification settings

kimble/jvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java Event Store

Proof of concept of a simple, pretty low performing event store with multiple backends for Java or any languages on the JVM capable of consuming Java libraries.

Design goals

  • Java 8 only. Should not be a problem given that Java 7 is end-of-live already.
  • Don't force consumers to extend or implement any of our types for events or aggregates.

Some basic assumptions

  • Aggregates are identified by a string type

About

Proof of concept, simple, non-performant event store for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages