In this chapter, we will use the following tools:
- The Neo4j graph database with the following indent extensions listed:
- Plugins: The Graph Data Science Library
- The Neo4j Desktop Application
- NEuler for graph visualization
- You will also need a browser to open HTML and the JavaScript file that we will build for graph visualization.
- Python (recommended ≥ 3.6) to run the example implementation of some algorithms.
- The code used in this chapter is available in the GitHub repository for this book at
https://github.com/PacktPublishing/Hands-On-Graph-Analytics-with-Neo4j/ch7
- If you are using Neo4j < 4.0, then the last compatible version of the GDS is 1.1.
- If you are using Neo4j ≥ 4.0, then the first compatible version of the GDS is 1.2.