App · Data & extraction
pg-redact.vercel.app
Built content-aware PII redaction in Postgres with Neon and Jev (TypeSafe) where redaction on support messages is not on entire column bluntly, but…
Open pg-redact.vercel.app ↗How builders describe it
Built content-aware PII redaction in Postgres with Neon and Jev (TypeSafe) where redaction on support messages is not on entire column bluntly, but only on meaningful bits: Code: • Jev reads each message and tags the personal bits: names, emails, phones, addresses, and IDs • The masking runs inside…
The decision Jev makes
Keep or drop a row, assign a label, or select one field value at a time.
Where it fits
Putting Jev next to the data: filtering rows with plain-English conditions, classifying records, labelling datasets and pulling structure out of text one small decision at a time. All 61 data & extraction projects →