Chapter 8. The Traversal Framework

Table of Contents

8.1. Main concepts
8.2. Traversal Framework Java API

The Neo4j Traversal API is a callback based, lazily executed way of specifying desired movements through a graph in Java. Some traversal examples are collected under Section 4.5, “Traversal”.

There is also a more restricted way to perform traversals, Node.traverse() is a good starting point to read more about that.

Other options to traverse or query graphs in Neo4j are Cypher and Gremlin.