Ultipa provides a rich set of built-in graph algorithms for analytical insights from graph data. All algorithms are compiled into the database and available immediately — no separate installation is required.
Algorithms are executed as streaming procedures using CALL algo.<name>():
GQLCALL algo.pagerank() YIELD nodeId, score RETURN nodeId, score ORDER BY score DESC LIMIT 10
List all available algorithms:
GQLSHOW ALGOS
Filter by category:
GQLSHOW ALGOS CATEGORY centrality
View details for a specific algorithm:
GQLDESCRIBE ALGOS pagerank
The algorithms Ultipa provides are classified into the following categories: