Documentation
¶
Overview ¶
Package main demonstrates GDPR data export (right to access / data portability) in go-mink.
This example shows: - Stream-based export: export specific streams by ID (efficient, no scan) - Scan-based export: filter all events using built-in and custom filters - Streaming export: memory-efficient export via handler callback - Crypto-shredding: exporting data after encryption key revocation (redacted events) - Time range filtering: export events within a date range - Combined filters: AND-compose multiple filters
Click to show internal directories.
Click to hide internal directories.