Further reading
To investigate further the topics covered in this chapter, you can check the following resources:
- The GDS manual: https://neo4j.com/docs/graph-data-science/current/.
- Hands-On Graph Analytics with Neo4j, my previous book, gives much more detail about each centrality and community detection algorithm, including example implementations to better understand what they are doing.
- NEuler – the Graph Data Science Playground: An application, similar to Neo4j Desktop or
neodash
, to run graph algorithms from GDS. At the time of writing, it was not yet updated to work with Neo4j 5, but it’s worth keeping an eye on it since it can be very useful for investigations: https://github.com/neo4j-devtools/neuler.