Module 1
Understanding Neo4j Virtual Graph
In this module you will build the foundational knowledge needed to understand Neo4j Virtual Graph.
- You will learn why SQL struggles with circular, multi-hop Full definition for transaction (opens in a new tab)A unit of work that either succeeds in full or leaves no trace. Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship.
- How Virtual Graph solves this without moving your data
- How relational tables map to a graph model
- When Virtual Graph is the right tool for the job
By the end of this module you will be ready to set up your own Virtual Graph instance.