Cycle Detection in TigerGraph
A cycle is a path of edges and vertices that connect together to form a loop. In a directed graph, all the edges must point in the same direction so…
Continue Reading
Cycle Detection in TigerGraph
Graph Pattern Matching in GSQL
In this short technical blog, I will show you how to use GSQL to search a graph for all the occurrences of a small graph pattern. We call this pattern…
Continue Reading
Graph Pattern Matching in GSQL