In Chapter 2, The Cypher Query Language, and Chapter 3, Empowering Your Business with Pure Cypher, we studied ways to enrich a knowledge graph from different data sources, such as external APIs (GitHub) or Wikidata, in order to add more context to the data.
We are going to utilize that knowledge in this chapter. Thanks to the GitHub API, we can retrieve the list of followers for each user. This exercise was performed in Chapter 2, The Cypher Query Language, and won't be repeated here. The result is available in the data_ch8.edgelist file, which we are going to import into Neo4j now.