Hi
Thanks for the input !
Another idea is to build a tool around IRB that lets the user export
an Enumerable of nodes to a various format using Graphviz.
Example
irb(main):001:0> graphview some_node.traverse.outgoing(:contains,
:trips).filter { name == 'sweden' }
Btw, another topic(?): an export and import neo4j function would also
be cool with different formats like csv, excel, ...
That tool should support being started in both interactive and none
interactive mode.
If started in none interactive mode it takes command line arguments
for a traversals, like start node, traversal depth etc..
Example
$> graphview -node_id=1234 -depth=3 -types=friends
And then a browser windows opens (or a gif viewer...).
I think that tool could be a good complement to Neoclipse.
It should be quick to start and install.
The Gremlin query language looks interesting. One idea is to create
ruby DSL for some of its features (some of them are already supported
in neo4j.rb)
/Andreas