Hey there!
I am building a simple social network like recommendation engine that should score the users connections to each other.
I have a question about adding scores to relationships:
Graph schema:
(User)-[:KNOWS_VIA_SCHOOL]->(User)
(User)-[:KNOWS...