Further reading
If you want to learn more about the topics covered in this chapter, I recommend the following resources:
- I wrote a medium story explaining how to write Neo4j plugins (not with GDS, as we did in this chapter). You can find it here: https://medium.com/@st3llasia/writing-custom-procedures-for-neo4j-d20e28dc7afe.
- The Pregel paper: https://dl.acm.org/doi/abs/10.1145/1807167.1807184.
- The Pregel API documentation in GDS: https://neo4j.com/docs/graph-data-science/current/algorithms/pregel-api/.
- The PageRank algorithm paper: http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf. Here are some resources you may find useful to continue your journey with GDS, especially the topics not covered in this book since choices had to be made regarding what to cover:
- Knowledge Graphs Applied, by A. Negro, V. Kus, G. Futia, and F. Montagna (Manning): A lot of topics are covered in this book. While the chapter titles sound like research papers, each is related to a real use...