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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -