title

text

Дмитрий Дорофеев
Дмитрий Дорофеев
12:20 01 April
40 min

Communicating with the Outside World Directly from PostgreSQL: HTTP, Redis, NATS

In this talk, I will challenge architectural stereotypes about the impossibility of communication with external systems directly from a DBMS. PostgreSQL offers vast communication capabilities; you just need to know which extensions to use.

And when extensions aren't enough, you can create your own. For the Luxms BI project, we needed communication with NATS, so we developed our own extension in Rust. I’ll share the GitHub link and my experience of developing PostgreSQL extensions in Rust during this talk.

Other talks