- Gelly is a graph processing library built on Apache Flink that provides APIs for Java and Scala to work with graphs and perform graph algorithms
- It allows seamless integration of graph-based and record-based analysis by mixing the Gelly and Flink DataSet APIs
- Common graph algorithms like connected components, PageRank, and similarity recommendations are included in the library