Home / Companies / Neo4j / Blog / Post Details
Content Deep Dive

Declarative Route Planning With Cypher 25 — Graph Traversal Grows Up

Blog post from Neo4j

Post Details
Company
Date Published
Author
Pierre Halftermeyer
Word Count
2,016
Language
English
Hacker News Points
-
Summary

Cypher 25 marks a significant advancement for graph developers by enhancing Neo4j's declarative query capabilities with state-aware pruning, repeatable traversals, and conditional logic, enabling more complex reasoning processes directly in Cypher. This development extends the functionality introduced in Cypher 5, which improved declarative graph traversal with Quantified Path Patterns (QPP) and parallel execution, allowing precise path exploration with traversal-local pruning. Cypher 25's innovations are exemplified through a use case in electric vehicle route planning, where stateful traversal with allReduce aggregates traversal states to prune paths early, repeatable elements support cyclic traversals, and conditional queries integrate decision-making into declarative queries. These features transform Cypher into a graph reasoning language, capable of expressing stateful decisions through patterns alone. Advanced pruning techniques enhance performance by refining road relationships and incorporating heuristic strategies to eliminate inefficient paths, showcasing Cypher 25's capability to efficiently handle complex, real-world graph traversals.