Whats a good entity / relationship visualization tool for visualizing and augmenting a small graph?
A tool/library to visualize a graph will probably remain pretty specific to visualization. All the data fetching would probably need a custom app that feeds data into the graph visualization system. • Client side – a port of the excellent processing library: http://processingjs.org/ • Flare is an ActionScript app to do web visualization as well GraphViz come to mind on the server side.