Live data from Hacker News

Viewing profile — joram87

joram87

HN member
Joined
Wed, Aug 21, 2024, 9:43 PM UTC
HN karma
3
Public activity
10 items

About joram87

No profile information was provided.

Recent public activity

  1. story
    Show HN: VeilStream – Per-Branch Preview Environments

    # Show HN: VeilStream - Per-Branch Preview Environments ## Optionally with sanitized production data I've been building VeilStream to solve a problem I kept running into: Rigorous …

  2. comment
    Comment #44320549

    We've not tried it with dblab engine. that would be an excellent combo (from my quick reading up on it). I'll add to my todo list to experiment with the pairing. It does look like …

  3. comment
    Comment #44312468

    re: streamlining the custom filters we were considering allowing the user to inject stored procedures themselves, and then use those, but currently, we're opting to implemented the…

  4. comment
    Comment #44312333

    Oh yes! We made that possible through conditionals. We default to unconditional modification, but if you toggle the conditional option, you can provide a list of conditions which, …

  5. comment
    Comment #44312147

    - jsonb : kinda, we do static json replacement, with more complex rules on the horizon, where you could replace some regex-like path with a random func. - uuids: no, but I should. …

  6. comment
    Comment #44310275

    ah yeah, I linked the web app, the landing page is here: https://www.veilstream.com/ Currently we don't have much publicly on the GitHub page.

  7. comment
    Comment #44310262

    Good questions. We do not do connection pooling yet. currently it's a fresh connection per query (which adds a bit of latency). We're intending to add basic connection pooling shor…

  8. story
    Show HN: VeilStream – prod-like data without the PII

    # TL;DR We built VeilStream, a drop-in, read-only PostgreSQL proxy that strips, masks, or anonymizes sensitive values as queries stream through. In less than two minutes, you can p…

  9. comment
    Comment #42742607

    I probably should mention the name of the tool I'm working on... oops, it's VeilStream :)

  10. comment
    Comment #42742589

    I've been working on something similar, starting a company around the idea! We realized that a lot of people had concerns or challenges with installing an extension on their produc…