Reliably Replicating Data Between PostgreSQL and ClickHouse

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. pgvectorscale

    A complement to pgvector for high performance, cost efficient vector search on large workloads.

    I've been very confused by the timeseries branding - I had always thought timescale was purely about adding time series features to PostgreSQL. I didn't know the extension had other applications.

    Looks like you've expanded into vector indexing - https://github.com/timescale/pgvectorscale - and an extension which bakes RAG patterns (including running prompts from SQL queries) into PostgreSQL: https://github.com/timescale/pgai

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. citus

    Distributed PostgreSQL as an extension

    for one thing, depending on your licensing contraints:

    - Citus is AGPLv3 https://github.com/citusdata/citus/blob/v13.0.1/LICENSE

    - Hydra is Apache 2 https://github.com/hydradatabase/columnar/blob/v1.1.2/LICENS...

    - Timescale is mostly Apache 2 https://github.com/timescale/timescaledb/blob/2.18.2/LICENSE

  4. columnar

    Postgres-native columnar storage extension

    for one thing, depending on your licensing contraints:

    - Citus is AGPLv3 https://github.com/citusdata/citus/blob/v13.0.1/LICENSE

    - Hydra is Apache 2 https://github.com/hydradatabase/columnar/blob/v1.1.2/LICENS...

    - Timescale is mostly Apache 2 https://github.com/timescale/timescaledb/blob/2.18.2/LICENSE

  5. TimescaleDB

    A time-series database for high-performance real-time analytics packaged as a Postgres extension

    for one thing, depending on your licensing contraints:

    - Citus is AGPLv3 https://github.com/citusdata/citus/blob/v13.0.1/LICENSE

    - Hydra is Apache 2 https://github.com/hydradatabase/columnar/blob/v1.1.2/LICENS...

    - Timescale is mostly Apache 2 https://github.com/timescale/timescaledb/blob/2.18.2/LICENSE

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

  • Why You Shouldn’t Invest In Vector Databases?

    12 projects | dev.to | 24 Apr 2025
  • Outgrowing Postgres: Handling increased user concurrency

    13 projects | dev.to | 3 Feb 2025
  • You Probably Don't Need Query Builders

    5 projects | news.ycombinator.com | 25 Jan 2025
  • Generate an OpenAPI From Your Database

    4 projects | dev.to | 27 Dec 2024
  • Postgres can do that? No surprise Postgres is everywhere

    7 projects | dev.to | 13 Nov 2024

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