Technical requirements
To be able to reproduce the examples provided in this chapter, you’ll need the following tools:
- Neo4j installed on your computer (see the installation instructions in the previous chapter).
- The Neo4j APOC plugin (the installation instructions will be provided later in this chapter, in the Introducing the APOC library to deal with JSON data section).
- Python and the Jupyter Notebook installed. We are not going to cover the installation instructions in this book. However, they are detailed in the code repository associated with this book (see the last bullet if you need such details).
- An internet connection to download the plugins and the datasets. This will also be required for you to use the public API in the last section of this chapter (Enriching our graph with Wikidata information).
- Any code listed in this book will be available in the associated GitHub repository, https://github.com/PacktPublishing/Graph-Data-Science-with-Neo4j...