[Neo4j] Tree structure

2011-11-02 Thread Emil Dombagolla
Hi all,

i need to display a tree structure , based on the nodes i retrieved from
the database through traverse.

Nodes are gathered from different levels of the graph. some of the nodes
are having parent / child relation in the graph. so if my result containing
such a relation i want to display it in a tree structure.


Please help me on this and please give me your ideas how to solve this.

Thanks a lot.
Emil Dombagolla,
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Tree structure

2011-11-02 Thread Andreas Kollegger
Hi Emil,

Are you interested in displaying the tree structure in a web interface? You 
could either take a widget-approach using something like jstree 
(http://www.jstree.com/) or a more model visualization using D3 
(http://mbostock.github.com/d3/ex/).

Cheers,
Andreas

On Nov 2, 2011, at 9:36 AM, Emil Dombagolla wrote:

 Hi all,
 
 i need to display a tree structure , based on the nodes i retrieved from
 the database through traverse.
 
 Nodes are gathered from different levels of the graph. some of the nodes
 are having parent / child relation in the graph. so if my result containing
 such a relation i want to display it in a tree structure.
 
 
 Please help me on this and please give me your ideas how to solve this.
 
 Thanks a lot.
 Emil Dombagolla,
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Tree structure

2011-11-02 Thread Rick Bullotta
I've used d3.  You do need a bit of JQuery/Javascript skills to munge the data 
into a form the d3 libraries expect it, but the results are impressive if you 
do.


From: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] On Behalf Of 
Andreas Kollegger [andreas.kolleg...@neotechnology.com]
Sent: Wednesday, November 02, 2011 1:52 PM
To: Neo4j user discussions
Subject: Re: [Neo4j] Tree structure

Hi Emil,

Are you interested in displaying the tree structure in a web interface? You 
could either take a widget-approach using something like jstree 
(http://www.jstree.com/) or a more model visualization using D3 
(http://mbostock.github.com/d3/ex/).

Cheers,
Andreas

On Nov 2, 2011, at 9:36 AM, Emil Dombagolla wrote:

 Hi all,

 i need to display a tree structure , based on the nodes i retrieved from
 the database through traverse.

 Nodes are gathered from different levels of the graph. some of the nodes
 are having parent / child relation in the graph. so if my result containing
 such a relation i want to display it in a tree structure.


 Please help me on this and please give me your ideas how to solve this.

 Thanks a lot.
 Emil Dombagolla,
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user