Show HN: Postgres Docker image with common extensions

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • postgres

    Unmodified Postgres with some useful plugins (by supabase)

  • Hi! I'm one of the contributors to the repo. Just to clarify, our Docker image [0] only contains the latest version of Postgres (13) and the common extensions listed out here [1]. All the other features such as this [2] and this [3] are only available in the AWS EC2 or DO droplet images. We've since updated our README to make that clearer :-)

    You can still connect the DB with a PgBouncer image spun up in another container however. Unfortunately, I can't really recommend you which one since there doesn't seem to be an official Docker image for PgBouncer and I myself have never tried any of the existing ones out there. If you're looking to use PostgREST however, they do have an official Docker image that you can use over here [4].

    [0]: https://hub.docker.com/r/supabase/postgres

    [1]: https://github.com/supabase/postgres#extensions

    [2]: https://github.com/supabase/postgres#enhanced-security

    [3]: https://github.com/supabase/postgres#additional-goodies

    [4]: https://hub.docker.com/r/postgrest/postgrest/

  • postgres-operator

    Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

  • I'm curious if you've looked at https://github.com/zalando/postgres-operator and had thoughts on how it compared. The CrunchyData operator seems to use Patroni and links to the Patroni documentation which links to the Zalando Postgres Operator from the same company as Patroni.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Modern SQL Databases Are Changing Web Development: Part 1

    1 project | news.ycombinator.com | 24 Aug 2023
  • How to Deploy a PostgreSQL cluster on Kubernetes

    1 project | dev.to | 10 May 2023
  • How to deploy a high availability (HA) Postgres cluster in Kubernetes?

    1 project | dev.to | 12 Apr 2023
  • Implementing postgres on a kubernetes cluster for production. Any guides, articles, checklist, etc?

    1 project | /r/kubernetes | 23 Mar 2023
  • Stateful Postgres Storage Using Kubernetes

    1 project | /r/kubernetes | 26 Jan 2023