01 — Security & data infrastructure
GoSafe.ai
An enterprise breach-intelligence and dark-web monitoring platform: a multi-tenant PHP application for customers and white-label distributors, sitting on a purpose-built distributed data platform that ingests and searches breach corpora at billions-of-rows scale.
- Built the ingestion platform end-to-end — FastAPI and a Python worker fleet with Rust extensions (PyO3) that schema-detect an unknown dump at 50–100 MB/s.
- Designed the store: a replicated columnar cluster — one shard across three replicas under Raft consensus, partitioned 64 ways, tiering from hot disk out to cold object storage at 90% capacity.
- Associations are AES-256 encrypted at rest and keyed by SHA-256 hash, so lookups resolve without ever decrypting the corpus.
- Shipped the customer platform: distributor / account / user multi-tenancy with white-label branding, domain and IP monitoring, lookalike-domain detection, phishing simulation, incident response and a key-authenticated public API.