PaperCall is shutting down on August 31, 2026. Existing events and submissions will remain available until then. New events can no longer be created.

Building Database Proxies with Go

By Sandro Mello

Elevator Pitch

In this lighting talk I’ll explain patterns of how to build database proxies with GO. Demonstrating how you could structure an application that allows intercepting and managing packets of protocols like MySQL and Postgres.

Description

I’ll be explaining patterns about how to build database proxies like MySQL and Postgres and how it’s easy to build your own proxy.

Notes

I’ve been working for almost 2 years building systems to solve access management to internal services in a secure way. This talk is based in the architecture of the main product that I’ve been developing.