Settings

Theme

You don't need a graph database: Modeling graphs and trees in Postgres

linkedin.com

2 points by ViktorQvarfordt 2 years ago · 1 comment

Reader

ViktorQvarfordtOP 2 years 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection