PREVIEW
⚠
EXPERIMENTAL: These features are experimental and should not be used in production systems.
Graph Library: Basic Operations
Rel’s Graph Library implements a wide range of algorithms for common graph analytics tasks.
The algorithms are implemented in the rel:graphlib
module.
This section contains guides that cover using the Graph Library and working with neighbor and degree relations.
List of Basic Operations Guides
Learn how to use the Graph Library and perform common operations with neighbors and degrees:
Overview
- Presents an overview of how to instantiate `rel:graphlib` to perform operations on graphs.
Neighbors
- Describes how to work with the Graph Library's neighbor relations, find neighbors of a node, and find common neighbors of nodes.
Degrees
- Describes how to work with the Graph Library's degree relations, compute degrees of nodes, view degree statistics, and more.
Was this doc helpful?