-
-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Labels
Description
Problem
For social networks I can set up the network and do the routing in pgRouting, but if I want to see what the network looks like I have to use other tools like Graphviz.
Improvement
Adding a way to generate force directed graph visualizations would improve pgRouting. For example to implement a FDG algorithm that would generate 2d or 3d coordinates for the nodes in the graph.
Alternatives
PostgreSQL has other graph database implementations like Apache AGE but the AGE viewer does not compile fully and the project appears to be abandoned.
coderabbitai