Babu Annamalaimysticmind.dev·Nov 20, 2024Encrypting and crypto-shredding of PII data in Marten documents using HashiCorp VaultProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·34 reads#martendb
Babu Annamalaimysticmind.dev·Nov 19, 2024Encrypting Personally Identifiable Information at rest in Marten documentsProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·126 readsPII
Babu Annamalaimysticmind.dev·Nov 8, 2024Personally Identifiable Information masking in Marten documents using partial update/patchingProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...Discuss·56 reads#martendb
Babu Annamalaimysticmind.dev·Oct 26, 2024Understanding the internals of Marten native partial updates using Postgres PL/pgSQL.This is a continuation of https://mysticmind.dev/marten-native-partial-updates-patching. All the native patch operations are driven by a bunch of custom PL/pgSQL functions with prefix mt_jsonb_. Marten uses JSONB for all its JSON storage hence all th...Discuss·1 like·124 reads#martendb