rdf 2024-08-30

Anyone ever use a SQL DB that supports the 2023 standard for property graph queries ( https://arxiv.org/abs/2112.06217)? AFAICT the only major SQL implementation that implements this standard is Oracle, but it came to my attention because I’ve been using DuckDB a fair bit recently and there’s a DuckDB https://github.com/cwida/duckpgq-extension (mostly an academic/research implementation at the moment) that adds support for it. I like the idea of colocating my graph and SQL queries rather than adding an additional library or database for graph support, but I don’t know what PGQ’s limitations are.