On 16 January 2011 10:08, Peter Neubauer <[email protected]> wrote:
> For this discussion, we are looking for a good way to do limited but > sufficiently powerful web based vizualisation that can be used for > mostly introspection and validation of small portion the graph (e.g. > in the web admin), and still operate on production on production size > datasets. > arbor.js[1] is flavour of the month. It looks very good at handling small sections. To visualise a particular node in the web UI, you could have a max-depth recursive lookup occurring as nodes are inspected. Are you able to expand on what you mean by "still operate on production on production size datasets"? Does this mean that you want one tool that handles both scenarios? That is, being able manipulate and inspect individual nodes while being able to render the entire graph? I think a geoserver is probably the best option. Tim McNamara @timClicks http://timmcnamara.co.nz [1] http://arborjs.org/ _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

