Groups
Groups
Sign in
Groups
Groups
perl.gedcom
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
visualizing relationships with Neo4j
10 views
Skip to first unread message
Philip Durbin
unread,
Feb 8, 2013, 9:19:04 PM
2/8/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to perl-...@perl.org
This is pretty off-topic from Gedcom.pm but it's so interesting to me I
thought I'd share...
http://console.neo4j.org
lets you visualize relationships and you can
even set up your own visualization (of people in your GEDCOM file, perhaps).
Here's the one I made:
http://console.neo4j.org/?id=if7gn8
And here's a bit of (incomplete) markup to make it:
start _0 = node(0) with _0
create
(_1 {name:"agoddard"}),
(_2 {name:"ben_e"}),
(_3 {name:"codex"}),
...
_0-[:ROOT]->_1,
_1-[:KNOWS]->_2,
_1-[:KNOWS]->_3
Be sure to drag the nodes around. It's much fun. :)
The code is at
https://github.com/neo4j-contrib/rabbithole
See also
http://stackoverflow.com/questions/14270730/starting-the-console-with-my-own-graph
and my post about this:
https://plus.google.com/107770072576338242009/posts/iU9sFdTpcHy
Phil
--
http://greptilian.com
0 new messages