2.7 · Challenge

Add Users Ratings

In this challenge, you will add movie ratings to the graph.

You will create a new Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. for each User and a RATED Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. between the User and the Movie nodes.