Re: [Neo] Storing and Searching Multiple Independent Graphs

2008-10-07 Thread Peter Neubauer
Well, properties on relationships have always been there, it is one of the core features of Neo4j not to have dumb associations purely by type like in UML, but relationships as "first class citizens" along with Nodes, carrying properties. /peter GTalk:neubauer.peter Skypepeter.neu

Re: [Neo] Storing and Searching Multiple Independent Graphs

2008-10-07 Thread Michael Hunger
Do we have relationship properties now? I didn't realize that. Great ! Michael Tobias Ivarsson schrieb: > Oh, and about querying Neo4j to find out Node/Relationship count: I think > this is coming as an MBean in an upcoming release, if not I should log a > ticket for it... > > Since sub-graphs i

Re: [Neo] Storing and Searching Multiple Independent Graphs

2008-10-07 Thread Tobias Ivarsson
Oh, and about querying Neo4j to find out Node/Relationship count: I think this is coming as an MBean in an upcoming release, if not I should log a ticket for it... Since sub-graphs is a user defined construct it will not be queryable in this way, but if you use the code I just sent you can use the

Re: [Neo] Storing and Searching Multiple Independent Graphs

2008-10-07 Thread Tobias Ivarsson
Hi John, The standard way of doing this is to have a special relationship type that takes you from the global reference node to the reference node of each sub-graph. This would give you the following pattern: List getReferenceNodes() { Node globalReferenceNode = neo.getReferenceNode(); Li

[Neo] Storing and Searching Multiple Independent Graphs

2008-10-07 Thread John O'Hara
Hi, I was looking over the neo4j project, and after reading the wiki/quickstart guide, I had a quick question that I couldn't seem to find addressed anywhere? Can Neo4j store multiple independent graphs effectively? Rather than just storing one large graph in Neo4j, I'd like to a store a colle

Re: [Neo] new maven skin

2008-10-07 Thread Anders Nawroth
Hi! Now the new maven skin is used for all the (visible) component sites! The project information for all components is being updated as well (mostly by Patrik) -- this will soon be finished. /anders -- Anders Nawroth [EMAIL PROTECTED] GTalk, Skype: anders.nawroth Phone: +46 737 894 163 ___