Graph processing library for Apache Spark, providing APIs for graph computation and analysis.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-graphx_2.11</artifactId>
<version>2.4.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple graph with vertices and edges in Spark GraphX.
Use GraphFrames library which provides DataFrame-based graph processing.
No dependency data recorded yet.