Hacker News new | ask | show | jobs
by vonholstein 2725 days ago
My team opted for postgres over a graph db in one of our projects to model a network of devices. Primarily due to the pgRouting extension, which implements many graph algorithms in postgres.

https://pgrouting.org/