Re: [Neo4j] How to store Facebook user education in neo4j

2012-05-31 Thread Marcello de Sales
Don't forget to accommodate multiple degrees with the same school... (I had done the same mapping before... :D) education":[ {"school":{"id":2"","name":"A"}, degrees: [ {"type":"MS", "title":"B", "year": ""}, {"type":"

[Neo4j] Modeling Direction.BOTH Relationships with @RelatedToVia element classes on Neo4J

2011-06-07 Thread Marcello de Sales
Hi All, I have posted this question at the SpringSource NoSQL forum... http://forum.springsource.org/showthread.php?110318-Modeling-Direction.BOTH-Relationships-with-RelatedToVia-element-classes-on-Neo4J... I decided to learn by modifying the my-restaurants-social example by adding an RBAC impleme