johanhaleby / occurrent

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

DynamoDB support #121

Open einarjohnson opened 2 years ago

einarjohnson commented 2 years ago

Hello all, I was wondering if there roadmap has any plans to support AWS DynamoDB as an event store?

Also, my team is using the Quarkus framework extensively to build our solutions. Am I right in assuming that Occurent should fit nicely into the world of Quarkus?

johanhaleby commented 2 years ago

@einarjohnson Hi! It would be great to support it. I think @jankronquist made an attempt here, hopefully, he can find time to continue working on it.

johanhaleby commented 2 years ago

When it comes to Quarkus, I haven't used it, but I can't see anything that would prevent using Occurrent with Quarkus.

einarjohnson commented 2 years ago

thanks for such quick answers. @jankronquist, any ETA on when your PR might be released?