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§
- Algorithm
Result - Result of an algorithm execution.
- Parameter
Def - Definition of an algorithm parameter.
- Parameters
- Parameters passed to an algorithm.
- Plugin
Registry - Registry for managing plugins and algorithms.
Enums§
- Parameter
Type - Types of algorithm parameters.