johanhaleby / occurrent

Unintrusive Event Sourcing Library for the JVM
https://occurrent.org
125 stars 16 forks source link

Add implementation of EventStore integrated with EventStoreDB #59

Open MateuszNaKodach opened 3 years ago

MateuszNaKodach commented 3 years ago

Consider which EventStoreDB client should be used.

An Official Java client is under development: https://github.com/EventStore/EventStoreDB-Client-Java

johanhaleby commented 3 years ago

Yes, I've been interested in this as well, but last time I looked there were no binaries available for the Java Client (but this seems to have changed now though :)).

But a second point is that I'm not sure how much value it would add besides that it would be a nice experiment. Occurrent would probably just be a mapping layer from CloudEvent's to the EventStoreDB data model. But maybe that would be good enough? It should (hopefully) be relatively straightforward to do (but one never knows until you've tried :)).