December 2022
Intermediate to advanced
332 pages
6h 35m
English
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:
Before we start with queries, let’s explore the graph first.
Once we load the data into the graph, as we learned about in the previous chapter, when we go to the database in the browser, ...