Parsing the Postgres protocol – logging executed statements

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

    Cool! At Neon[0], I work full time on our custom postgres proxy[1]. It's a very nice protocol to work with, although our usecase is quite a bit more complex compared to the ideas presented in the post.

    Neon databases scale to zero, so the proxy needs to spin up databases on the fly. The proxy doesn't do that but it knows if the databases is running and asks our control plane to schedule it if it isn't. It's a fun service to maintain.

    The biggest pain is error handling. Postgres is really bad for error messages and codes. The only available code we can use is usually protocol violation...

    [0]: https://neon.tech/

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. kviklet

    Pull Request-like Review/Approval flow for database queries. For compliant but smooth Engineering access to production.

    I built a postgres proxy for https://github.com/kviklet/kviklet. And documented how I did this because I found the byte level parsing quite interesting compared to the usual higher level REST API calls that most of my dev work consists of these days. Thought it might interest some of you as well!

  4. Gravitational Teleport

    The easiest, and most secure way to access and protect all of your infrastructure.

    I ordinarily would have said you reinvented Teleport <https://github.com/gravitational/teleport/tree/v14.3.7#readm...> but now that they've gone AGPL with v15 I'm guessing there's a market for MIT licensed stuff, although for sure since Teleport has been around for so long it has encountered more edge cases and undergone more security reviews. I was surprised while digging up the link that Gravatational is still releasing v13 and v14 updates under Apache 2, so maybe even Teleport will continue to have legs for those who cannot deploy AGPL stuff

  5. dbchaos

    Stress-test your database with pre-defined queries

    I have seen organization solve that via database activity monitoring. At adaptive (https://adaptive.live) we solve this problem along with database access and other related problem statements.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Snowflake to Buy Crunchy Data for $250M

    1 project | news.ycombinator.com | 2 Jun 2025
  • SQL interface for relational databases and common data file formats

    1 project | news.ycombinator.com | 30 May 2025
  • PostgreSQL Maximalism

    46 projects | dev.to | 28 May 2025
  • Serverless Backend: A New Era for Developers

    7 projects | dev.to | 27 May 2025
  • PostgreSQL IDE in VS Code

    14 projects | news.ycombinator.com | 23 May 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?