Is persistence and eventsourcing functionality separate?

Hi all,

My customer wants to own the data over its lifetime (its sensitive data) but they are not concerned with us filling up their data store nor the schema of the data.

We are moving to an event sourcing architecture and was wondering if Event Store separated off the persistence of the data from the event sourcing functionality. Could I wrap a mongodb, or mysql instance etc with event store?

Couldn’t find anything the documentation about this? I was about to start cracking open the code before posting here instead.

Thanks,

Gordon

No this is not possible.

Oh well, :frowning:

Thanks Greg

Anyone have any ideas?

Cheers!

There are quite a few "event store libraries" that have been built
such as neventstore or axon