Wrap Up Querying Neo4j with Cypher
Have a look at the summary of what we covered in this chapter.
We'll cover the following...
What we covered
We’ve seen how we can query property graphs using the Cypher query language. We started off by giving a quick recap of Cypher patterns for building and querying nodes, relationships, and paths. We also showed off a simple test query library.
Next up, we looked at our ...