Notes on courses and source code of challenges.
Introduction to Neo4j Graph Data Science (online)
- Graph Management › Challenge: Native Projection «Native graph projection representing
Users
ratingMovies
» solution code - Graph Management › Challenge: Cypher Projection «Cypher projection representing all
User
nodes that have rated aMovie
with a release year greater than 2014» solution code
Neo4j Graph Data Science Fundamentals (online)
- 1. Graph Algorithms › 2. Centrality and Importance PageRank example on
(Person)-[:DIRECTED_ACTOR]→(Person)
graph projection - 1. Graph Algorithms › 3. Challenge: Degree Centrality «Which actor has directed the most movies?» solution code