Re: [Neo4j] HyperRelationship example

2011-09-24 Thread Bryce
.n3.nabble.com/Neo4j-HyperRelationship-example-tp3204449p3363779.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] HyperRelationship example

2011-09-24 Thread Niels Hoogeveen
@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Here you go: https://github.com/neo4j/graph-collections/wiki/HyperRelationship-example Though that page just has a link to: https://github.com/neo4j/graph-collections/wiki/Enhanced-API Bryce On Sat, Sep 24, 2011 at 5:00 PM, loldrup lold

Re: [Neo4j] HyperRelationship example

2011-09-23 Thread loldrup
://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-HyperRelationship-example-tp3204449p3363779.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Niels Hoogeveen
From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience and focus). Gratz on that, I really

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience and focus). Gratz on that, I really appreciate seeing

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Anders Nawroth
Maven projects from within Eclipse. Niels Date: Thu, 28 Jul 2011 05:09:54 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience and focus). Gratz on that, I really appreciate seeing this. I cloned

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Niels Hoogeveen
if A -- B. SortedTree is a Btree so the lookup should be much faster. Niels Date: Thu, 28 Jul 2011 13:35:43 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example I don't know what you mean by this: I don't know how nicely BDB plays

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
allows you to use/maintain Maven projects from within Eclipse. Niels Date: Thu, 28 Jul 2011 05:09:54 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
:43 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example I don't know what you mean by this: I don't know how nicely BDB plays with Neo4J transactions. I have some small experience with bdb java edition that is, but I'm not sure

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Anders Nawroth
...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience and focus). Gratz on that, I really appreciate seeing

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
to start using maven. There is an Eclipse plugin m2eclipse, which allows you to use/maintain Maven projects from within Eclipse. Niels Date: Thu, 28 Jul 2011 05:09:54 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
Hey Niels, what is acquireLock() doing in SortedTree ? is removeProperty causing neo4j to acquire a lock on the Node? or its properties? also does that property need to exist? seems like not interesting :) On Wed, Jul 27, 2011 at 8:48 PM, Niels Hoogeveen pd_aficion...@hotmail.comwrote: I

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Niels Hoogeveen
It's a trick to lock a node. When removing a property that does not exist the node gets locked. Date: Thu, 28 Jul 2011 15:51:15 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, what is acquireLock() doing

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread John cyuczieekc
, 28 Jul 2011 05:09:54 +0200 From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience

Re: [Neo4j] HyperRelationship example

2011-07-28 Thread Niels Hoogeveen
From: cyuczie...@gmail.com To: user@lists.neo4j.org Subject: Re: [Neo4j] HyperRelationship example well if I think about it, maybe Niels could use this index(that neo4j uses) instead of berkeleydb, that is, unless I'm missing something (other than add() requiring an entity which is something

[Neo4j] HyperRelationship example

2011-07-27 Thread Niels Hoogeveen
I just posted an example on how to use HyperRelationships: https://github.com/peterneubauer/graph-collections/wiki/HyperRelationship-example There is now a proper test for HyperRelationships, so I hereby push the software to Beta status. Please try out the Enhanced API and HyperRelationships

Re: [Neo4j] HyperRelationship example

2011-07-27 Thread John cyuczieekc
Hey Niels, I like xD this seems like a lot of work and professionally done; ie. something I could not have done (I don't have that kind of experience and focus). Gratz on that, I really appreciate seeing this. I cloned the repo from git, manually, with eclipse (not using maven - don't know how