Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 199 forks source link

Dynamic relations #182

Closed pietheinstrengholt closed 4 years ago

pietheinstrengholt commented 7 years ago

Hi there, I'm working on a proof of concept using Neo4j as a backend. I have a group model with a hasmany relation to person. This works well.

For the person model and want to create dynamic relationship. So a person can have a relationship to another person. The relationship type also has to flexible. So it can be a MARRIED_TO, FAMILY_OF, COLLEAGUE, etc. These relationship types shouldn't be fixed and will be visualized at a later stage. What is the best approach for this?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.