Querying Graph
In the previous chapter, we loaded the data into Graph. Now, it’s time to look into how we can query the graph using Cypher. We will take a look at the graph data model and how to leverage it to build effective queries and understand what works and what doesn’t work. By the end of the chapter, you will have learned how to build Cypher queries and understand what is required to build performant queries.
In this chapter, we will cover the following topics:
- Exploring the data in Graph
- Querying the nodes
- Querying the paths
Before we start with queries, let’s explore the graph first.