There is experimental code for building an API that can handle
Hyperedges natively, but I wouldn't recommend it just yet.
Cheers,
/peter neubauer
Google: neubauer.peter
Skype: peter.neubauer
Phone: +46 704 106975
LinkedIn: http://www.linkedin.com/in/neubauer
Twitter: @peterneubauer
Tungle: tungle.me/peterneubauer
brew install neo4j && neo4j start
heroku addons:add neo4j
Thanks for the reply.
I got the HyperEdge part. Just try to confirm that a relationship type is unique for a unique combination of two node types, including two node types that are of the same type. I was thinking that one could use the same relationship type to link node type A to node type B and also to link node type C to node type B and distinguish the two via a "type" attribute on the relationship type.
Cheers,
/peter neubauer
Google: neubauer.peter
Skype: peter.neubauer
Phone: +46 704 106975
LinkedIn: http://www.linkedin.com/in/neubauer
Twitter: @peterneubauer
Tungle: tungle.me/peterneubauer
brew install neo4j && neo4j start
heroku addons:add neo4j
I will try both ways. I may try to use generics with spring-data-neo4j and this pseudo polymorphism via the type attribute on the relationship. Really not sure how that going to work out :)
On Jan 6, 2012, at 4:22 PM, Peter Neubauer wrote: