How does event sourcing handle the requirement for data no longer be in the database at all, e.g. if a user asks deleting all his data that ever existed?
One of the best and safest methods in an immutable event store is to store sensitive data as a reference. Some purpose-built event stores offer such capabilities by design.
gartheuncle|20 days ago
goloroden|20 days ago