Graph operators


Best practices for Kusto Query Language (KQL) graph semantics

Learn about the best practices for Kusto Query Language (KQL) graph semantics.

Graph operators

Learn how to use KQL graph operators.

graph-mark-components operator (Preview)

Learn how to use the graph-mark-components operator to find and mark all connected components of a graph.

graph-match operator

Learn how to use the graph-match operator to search for all occurrences of a graph pattern in a graph.

graph-shortest-paths Operator (Preview)

Learn how to use the graph-shortest-paths operator to efficiently find the shortest paths from a given set of source nodes to a set of target nodes within a graph

graph-to-table operator

Learn how to use the graph-to-table operator to export nodes or edges from a graph to tables.

Kusto Query Language (KQL) graph semantics overview

Learn about how to contextualize data in queries using KQL graph semantics

make-graph operator

Learn how to use the graph-to-table operator to build a graph structure from tabular inputs of edges and nodes.

Scenarios for using Kusto Query Language (KQL) graph semantics

Learn about common scenarios for using Kusto Query Language (KQL) graph semantics.