Extending Grafeo¶
Grafeo is designed to be extensible. Learn how to add custom functionality.
Extension Points¶
-
Plugins
Add custom functions, algorithms, and integrations.
-
Storage Backends
Implement custom storage backends.
-
Custom Functions
Add user-defined functions to GQL.
-
Rust Extensions
Extend Grafeo with Rust code.