Introduction to Querying Property Graphs
Explore querying Neo4j property graphs using Cypher in Elixir. Understand creating and querying nodes, relationships, and paths, build sample graphs like the book and ARPANET graphs, and learn parameter passing and schema concepts to handle real network data effectively.
We'll cover the following...
We'll cover the following...
We're finally ready to query a real graph database. We'll query Neo4j with Cypher.
We've got our graph database (Neo4j) running and a connection to the database (Bolt) set up. We've also created our property graph ...