large graph data visualization with JDBC/ODBC -


i have looked @ gephi , tried play around it, supports mysql, sqlserver, , postgresql. database connectivity jdbc/odbc. other graph visualization software able connect such database?

graphviz magnificent, can handle enormously big data sets , draw graphs. standalone tool draws graphs based on own dsl, e.g.:

digraph g {     a->b;     a->c } 

so have produce such file first , feed graphviz it.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -