Re: [Neo] How to define StartNodes and Reference Nodes

2010-04-29 Thread Mattias Persson
I don't really understand you problem, but it sounds like if you have few collection types you can go with relationship types by different names. Else, if the number of collections is big you can make use of indexing, http://components.neo4j.org/neo4j-index/ to index your nodes and get them directl

Re: [Neo] How to define StartNodes and Reference Nodes

2010-04-29 Thread Rick Bullotta
Hi, Stefan. I always define my start nodes connected to the root node via specific relationship types. For example, I might have a collection of people and a collection of cars. I would create a new node to be the start node of the people collection, and create A relationship from the root n

[Neo] How to define StartNodes and Reference Nodes

2010-04-29 Thread Stefan Berndt
Hello I'm familiarizing with Neo4j more and more. After testing some rudimentary things I'm now trying to write my first Neo4j application with the following Graph: StartNode |->CollectionType1--->CollectionType1_1 | | | |>CollectionType1_2