unmango / safir

Cloud native media management platform
GNU General Public License v3.0
2 stars 0 forks source link

Marten event store implementation #904

Open UnstoppableMango opened 3 years ago

UnstoppableMango commented 3 years ago

Honestly not sure where to go with this right now. At the moment, just provide adapters for the store abstractions. Adapters don't feel great though, and we lose a lot of the features Marten provides.

Would probably be best to just use Marten directly in projects that want to use it. In that case, would probably want to provide an EF impl that works cleanly alongside Marten to allow for different read models.