Postgres as a Graph Database: (Ab)Using PgRouting

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

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
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
  1. memesql3

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. NetworkXum

    Discontinued A NetworkX-like Python wrapper for graphs persisted in a DBMS

    Five years ago I was absolutely frustrated with the state of Graph databases and libraries and tried putting several non-Graph DBMSs behind a NetworkX-like Python interface <https://github.com/unum-cloud/NetworkXum>.

    When benchmarked, Neo4J crashed on every graph I’ve tried <https://www.unum.cloud/blog/2020-11-12-graphs>, making SQLite and Postgres much more viable options even for network-processing workloads.

    With the rise of Postgres-compatible systems I’m wondering if it’s worth refreshing the project.

  4. Apache AGE

    Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. (by apache)

    Any comments on "Apache AGE"?

    Apache AGE™ is a PostgreSQL that provides graph database functionality.

    https://age.apache.org

  5. Raphtory

    Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust

    Checkout https://github.com/Pometry/Raphtory, it's written in Rust, embedded (the binaries are about 20mb) and you can use the Python APIs as a drop-in replacement for NetworkX. Disclaimer, I am one of the people behind it.

  6. pg_roaringbitmap

    RoaringBitmap extension for PostgreSQL

  7. 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
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

  • In MongoDB you can have duplicate items even if you have unique index

    2 projects | /r/programming | 22 May 2022
  • Outgrowing Postgres: How to run OLAP workloads on Postgres

    6 projects | dev.to | 3 Feb 2025
  • TimescaleDB in 2024: Making Postgres Faster

    4 projects | dev.to | 15 Jan 2025
  • Apache AGE: Graph Database for PostgreSQL

    1 project | news.ycombinator.com | 11 Jan 2025
  • 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?