Replies: 1 comment
-
For reference, this is also touched in #2779. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Marten community!
I've been playing around with a project idea which will use event sourcing, and found Marten. Since I'm a big fan of Postgres, I am eager to start playing around with Marten and see if it will fit my use case.
One of the requirements of the project is doing privacy by design. I am trying to figure out how to merge the read-only nature of events and the purge of PII from the system. When I search the internet for approaches there are a few schools of thought:
What annoys me most about those approaches is that it will largely defeat the usefulness of event sourcing. So I thought of a different approach, which would be:
Having read through the documentation, Marten doesn't seem to support this right now. Presumably because event sourcing is based on append-only writing.
So my questions to you are:
With the GDPR getting more and more important in the EU, and event sourcing becoming more popular, it could be a nice USP for Marten.
Looking forward to your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions