Wrap Up Navigating Graphs with Neo4j
Explore working with Neo4j property graphs by setting up projects with bolt_sips, using Cypher and APOC for querying, and implementing graph services for flexible management. This lesson prepares you to effectively query property graphs.
We'll cover the following...
We'll cover the following...
What we covered
We reviewed the property graph model, which is perhaps the dominant graph model for representing information within a graph framework.
We set up a new PropertyGraph ...