Skip to main content

Module plugins

Module plugins 

Source
Expand description

Extend Grafeo with custom functions and algorithms.

Plugins let you add new capabilities without modifying Grafeo’s core. Register your custom algorithms with PluginRegistry to make them available to queries.

The algorithms module includes ready-to-use implementations of classic graph algorithms - traversals, shortest paths, centrality measures, and more.

Modules§

algorithms
Classic graph algorithms - traversals, paths, centrality, communities.

Structs§

AlgorithmResult
Result of an algorithm execution.
ParameterDef
Definition of an algorithm parameter.
Parameters
Parameters passed to an algorithm.
PluginRegistry
Registry for managing plugins and algorithms.

Enums§

ParameterType
Types of algorithm parameters.

Traits§

Algorithm
A graph algorithm that can be invoked from queries.
Plugin
A Grafeo plugin.