[Neo] neo-component-commons package namespace

2009-07-09 Thread Andreas Kollegger
Hi, The neo-component-commons component shares the org.neo4j.util package namespace with the neo-utils component. Are these components complementary, or is one the successor to the other? They seem to overlap in intent. Having the package namespace split between two artifacts is awkward.

Re: [Neo] indexing relationships

2009-07-09 Thread Johan Svensson
On Tue, Jul 7, 2009 at 5:15 PM, Symeon (Akis) Papadopoulospapa...@iti.gr wrote: Johan Svensson wrote: What we keep forgetting is that the graph already is the index. A well designed graph will often check if a specific relationship exist between two nodes just as fast as asking an already

[Neo] Finding nodes transitively related to others

2009-07-09 Thread Richard Wallace
Hello, I've been experimenting with neo4j as a replacement for a typical relational database in an application I'm working on. The object graph I have has a relationship path like Customer customer ordered Order order includes Item of type Type There are other