sarmbruster / neo4jsample

Sample application for the neo4j grails plugin
http://blog.armbruster-it.de/tag/neo4j/
19 stars 12 forks source link

Provide an example of relationship properties #3

Open divideby0 opened 11 years ago

divideby0 commented 11 years ago

Firstly, thanks for this great sample.

I know Neo4j allows you to assign properties not only to nodes but also to relationships. I'm wondering if it's possible to do this via the neo4j gorm plugin directly. If so, it would be nice to include this feature in the sample app. For example, the relationship between a speaker and a talk could specify whether the speaker is a primary or secondary speaker.