Emiliano G.O.
Systems and infrastructure engineer building reliable data, database, and security tooling.
I build data/database/security tooling in Python, Rust, and Go.
- ·Author of DBWarden, rypipe, TrustSight
- ·Co-maintainer of BenavLabs FastAPI-boilerplate
- ·3,300+ tests across 8 flagship projects
- ·Published to PyPI and crates.io
Montevideo, Uruguay
Recent commits
Language share across tracked commits
Activity statistic, not a proficiency claim.
About
I'm Emiliano G.O., a systems and infrastructure engineer based in Uruguay. I build developer tooling, data systems, database infrastructure, and security software, primarily with Python and Rust.
Currently
University and Open Source.
What I build
DBWarden (schema migrations for SQLAlchemy), rypipe (Rust ingestion framework), TrustSight (AUR security analysis), heard (voice daemon), ClickVault (Vault plugin for ClickHouse).
Interests
Data systems · databases · compilers · security · developer infrastructure
Stack
Engineering
I tend to build systems around a few principles.
Explicit state
Important state should be inspectable rather than implicit.
Determinism
The same inputs should produce the same result whenever practical.
Fail closed
Incomplete evidence should not silently become confidence.
Reproducibility
A claim should be measurable and rerunnable.
Separation of concerns
Format-specific behavior belongs at the boundary; generic machinery belongs in the core.
Show evidence
Claims without measurements are marketing. Show the data.
Projects
DATABASE INFRASTRUCTURE
DBWarden
Declarative schema compiler that derives deterministic database migrations from SQLAlchemy models. 5 DB backends, 8 plugins, release-certification harness.
SECURITY · STATIC ANALYSIS
TrustSight
Evidence-driven security analysis for AUR packages. Never executes code. Fail-closed by design. Corpus-wide cluster detection across 180K source URLs.
DATA · INGESTION FRAMEWORK
rypipe
Reusable ingestion framework. Rust core, Python bindings. Add a new format by implementing two traits. Published to PyPI and crates.io.
VOICE · LINUX DAEMON
heard
Voice-controlled tooling daemon for Linux. Hold Shift, speak, release. Deployed on real hardware with systemd and GNOME Shell extension.
SECURITY · VAULT PLUGIN
ClickVault
HashiCorp Vault database secrets engine plugin for ClickHouse. Dynamic credentials, password rotation, cluster-aware DDL.
More projects
crxml, dsig, schemap, seoslug, detrack, dbwarden-harness, and more.
Studies
Career
Bachelor's in Statistics
Technology Track
UdelaR / FCEA
2026, Present
Computer Engineering
UdelaR / FING
2025, Present
Education
University of Tokyo
GCI World 2026, Data Science and Machine Learning
2026
CoderHouse
Course, Data Analytics
2026
Certifications
HTML, CSS and Javascript for Web Development
Coursera · Johns Hopkins University
2024
Open Source
OPEN SOURCE · URUGUAY
LibreCourseUY
An open source organization focused on promoting the FOSS ecosystem in Uruguay. 400+ members. We build and maintain free tools, services, and infrastructure for the Uruguayan developer community.
OPEN SOURCE · PYTHON
FastAPI-boilerplate
Batteries-included async FastAPI starter. Auth (sessions, OAuth, API keys), FastCRUD, Alembic, Taskiq workers, Redis caching, and per-tier rate limiting. Named co-maintainer in v0.18.0, the pluggable restructure release.