Asking for architectural review of Postgres control-plane server
โ Rust ๐ 2026-06-07 ๐ค surdeus ๐๏ธ 3Hello,
I'm quite new to Rust programming, however I needed to write quite complex piece of software for my personal uses and I had no other possibility to use Rust.
Project is Neon-based PostgreSQL Control Plane server which orchestrates multiple PG-neon components and launches them as single binary executable.
I would love to see some reviews about code quality in Rust codebase. I'm especially looking for tips on architectural organization of components, and communication patterns (Arc's for services etc).
Thansk a lot,
Mateusz W.
1 post - 1 participant
๐ท๏ธ Rust_feed