r/devops 1d ago

Architecture Coding a database proxy for fun

https://packagemain.tech/p/golang-database-proxy

An interesting article with Go examples on how to proxy and intercept database queries. Multiple use cases can come out of that.

4 Upvotes

2 comments sorted by

2

u/DigitalThrift 7h ago

How was your experience?

Last year I had a similar idea - setting up a proxy to authenticate via password and the proxy would communicate with database with workload identity enabled, compliance things.

1

u/der_gopher 2h ago

My experience is limited to some exploration, but it's clear that there are many cool usecases