You don't need a graph database: Modeling graphs and trees in Postgres (linkedin.com) 2 points by ViktorQvarfordt 2y ago ↗ HN
[–] ViktorQvarfordt 2y ago ↗ While there are dedicated graph databases, like Neo4j, PostgreSQL might be all you need. Keep your production system complexity low.The article shows how to write Postgres queries that: * Traverse a graph. * Detect cycles. * Find the shortest path.
1 comment
[ 1.7 ms ] story [ 13.8 ms ] threadThe article shows how to write Postgres queries that: * Traverse a graph. * Detect cycles. * Find the shortest path.