pg-hostname on YugabyteDB compiled and installed directly on the server

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • pg-hostname

    Function to get the PostgreSQL server host name

  • # PostgreSQL devel packages for PostgreSQL 11: dnf update -y dnf groupinstall -y 'Development Tools' dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf install epel-release -y redhat-rpm-config dnf --enablerepo=powertools install perl-IPC-Run -y dnf -qy module disable postgresql dnf install -y postgresql11-devel export PATH="/usr/pgsql-11/bin:${PATH}" # build pg-hostname extension git clone https://github.com/theory/pg-hostname.git /var/tmp/pg-hostname cd /var/tmp/pg-hostname make # install in YB_HOME instead of /usr/pgsql-11 make -n install | sed -e "s /usr/pgsql-11 $YB_HOME/postgres " | sh -x

  • 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

  • A smaller YugabyteDB image for CI/CD

    1 project | dev.to | 27 Apr 2024
  • Pg_tier: Postgres Extension to enable data tiering to AWS S3

    1 project | news.ycombinator.com | 25 Apr 2024
  • Bloom Filter Indexes in PostgreSQL

    2 projects | news.ycombinator.com | 23 Apr 2024
  • Supabase Security Advisor & Performance Advisor

    2 projects | dev.to | 19 Apr 2024
  • From Postgres Proto to TypeScript – new transpiler for tooling

    2 projects | news.ycombinator.com | 31 Mar 2024