Technical requirements
To successfully work through the exercises in this chapter, you will need the following tools:
- Neo4j AuraDB: You can use Neo4j AuraDB, the cloud version of Neo4j, available at https://neo4j.com/aura.
- Cypher query language: Familiarity with the Cypher query language is essential, as we will be using Cypher extensively to create and query the graph. You can find out more about Cypher syntax in the Cypher query language documentation: https://neo4j.com/docs/cypher/.
- Python: You will need Python 3.x installed on your system. Python is used for scripting and interacting with the Neo4j database. You can download Python from the official Python website: https://www.python.org/downloads/.
- Python libraries:
- Neo4j Driver for Python: Install the Neo4j Python driver to connect to the Neo4j database using Python. You can install it via
pip
:pip install neo4j
- pandas: This library will be used for data...
- Neo4j Driver for Python: Install the Neo4j Python driver to connect to the Neo4j database using Python. You can install it via