Apache Spark GraphX API

Spark API for graphs and graph-parallel computation with a collection of graph algorithms and builders, including PageRank, Connected Components, Triangle Counting, and shortest paths.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-spark:apache-spark-graphx-api
name: Apache Spark GraphX API
description: Spark API for graphs and graph-parallel computation with a collection of graph algorithms
  and builders, including PageRank, Connected Components, Triangle Counting, and shortest paths.
humanURL: https://spark.apache.org/docs/latest/graphx-programming-guide.html
tags:
- Analytics
- Graph Processing
- Graphs
properties:
- type: Documentation
  url: https://spark.apache.org/docs/latest/graphx-programming-guide.html
- type: SDK
  url: https://spark.apache.org/docs/latest/api/scala/org/apache/spark/graphx/index.html
  title: Scala GraphX API