Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-27 Thread Niels Hoogeveen
Enhanced API now have a set of tests which they pass. Niels > From: pd_aficion...@hotmail.com > To: user@lists.neo4j.org > Date: Tue, 26 Jul 2011 22:13:59 +0200 > Subject: Re: [Neo4j] Enhanced API and HyperRelationships > > > A first stab at implementing the Enhanced API and

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-27 Thread Niels Hoogeveen
: user@lists.neo4j.org > Date: Wed, 27 Jul 2011 00:04:32 +0200 > Subject: Re: [Neo4j] Enhanced API and HyperRelationships > > > Hi Peter, > I will start writing test-code first. Some nice creation code will definitely > be part of that, which I will post on the graph-collections

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Niels Hoogeveen
:48:36 -0700 > To: user@lists.neo4j.org > Subject: Re: [Neo4j] Enhanced API and HyperRelationships > > That is cool Niels, > I am looking forward to you testing it out, maybe some else people? > Also, I would love to see how to query such a structure at the API > level. Could

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Niels Hoogeveen
the Enhanced > > API can work as a drop-in replacement. > > Niels > > > >> From: pd_aficion...@hotmail.com > >> To: user@lists.neo4j.org > >> Date: Tue, 26 Jul 2011 22:13:59 +0200 > >> Subject: Re: [Neo4j] Enhanced API and HyperRelationships >

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Emil Eifrem
;> To: user@lists.neo4j.org >> Date: Tue, 26 Jul 2011 22:13:59 +0200 >> Subject: Re: [Neo4j] Enhanced API and HyperRelationships >> >> >> A first stab at implementing the Enhanced API and HyperRelationships is >> finished. It still needs thorough testing, so th

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Peter Neubauer
e done, but it > proves that at least in the case of my own application the Enhanced API can > work as a drop-in replacement. > Niels > >> From: pd_aficion...@hotmail.com >> To: user@lists.neo4j.org >> Date: Tue, 26 Jul 2011 22:13:59 +0200 >> Subject: Re: [Neo4j] En

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Niels Hoogeveen
ion...@hotmail.com > To: user@lists.neo4j.org > Date: Tue, 26 Jul 2011 22:13:59 +0200 > Subject: Re: [Neo4j] Enhanced API and HyperRelationships > > > A first stab at implementing the Enhanced API and HyperRelationships is > finished. It still needs thorough testing, so this is PRE-

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-26 Thread Niels Hoogeveen
mounts to something similar to having a > getSingleRelationship method, > which cannot throw an Exception, because multiple entries with the same > RelationshipType cannot be created by design. > > Niels > > From: pd_aficion...@hotmail.com > > To: user@lists.neo4j.org > >

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-25 Thread Niels Hoogeveen
ngleRelationship method, which cannot throw an Exception, because multiple entries with the same RelationshipType cannot be created by design. Niels > From: pd_aficion...@hotmail.com > To: user@lists.neo4j.org > Date: Mon, 25 Jul 2011 02:03:54 +0200 > Subject: [Neo4j] Enhanced API and Hype

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-25 Thread Niels Hoogeveen
to traverse to another Node. Still work to be done. Creating a couple of good examples is indeed something on my todo list. Niels > From: peter.neuba...@neotechnology.com > Date: Mon, 25 Jul 2011 06:44:17 -0700 > To: user@lists.neo4j.org > Subject: Re: [Neo4j] Enhanced API and HyperR

Re: [Neo4j] Enhanced API and HyperRelationships

2011-07-25 Thread Peter Neubauer
Nils, this looks very cool and generic, great job in writing this down! The main part I have problems to grasp is how to query a data structure of PropertyContainers that can be arbitrarily reified without being too generic and loose track of your data structure. Do you imaging any query mecainism

[Neo4j] Enhanced API and HyperRelationships

2011-07-24 Thread Niels Hoogeveen
Today I wrote a piece about the Enhanced API and about HyperRelationships, I have been working on over the last couple of days. See: https://github.com/peterneubauer/graph-collections/wiki/Enhanced-API The API as presented in the graph-collections repo on Git is not feature complete yet with r