Audit & Compliance by Default
Event store (framework) + audit
For decision-makers
A complete change history without a separate audit-logging system — for a GDPR access request (Art. 15) or support („what happened on the 12th?”) the system returns the history including who, when and what. Supports audit requirements from SOC-2 or ISO-27001 reviews, but is not a substitute for certification.
For engineers
Event sourcing instead of a parallel audit log — every write produces an event, and the read state is built from those events. The history is the data itself, not an extra system that can drift out of sync.
Docs: audit-security →