Chapter 9. The Traversal Framework

Table of Contents

9.1. Main concepts
9.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 for both the new and the old traversal framework are collected under Section 4.4, “Traversal”.

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