graphframes/graphframes
GraphFrames is a package for Apache Spark which provides DataFrame-based Graphs observed · 2026-09-01
Health v2 · maintenance only
95/100
- Activity 100
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 53
- age_days: 3878
- days_rel: 5
- days_push: 2
- n_releases_24m: 10
Adoption not part of the score
1203 stars · 274 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GraphFrames is a package for Apache Spark that provides DataFrame-based graph processing with distributed graph algorithms like PageRank, connected components, and label propagation. It offers APIs in Scala, Java, and Python, including motif finding and Pregel-style custom graph computation.
Use cases
- run PageRank on a billion-edge graph in Spark
- find connected components for identity resolution at scale
- detect fraud cycles in large transaction networks
- compute shortest paths for compliance analytics
- cluster huge graphs with label propagation
- find network motifs with expressive DataFrame queries
- build a knowledge graph with a property graph model
- replace deprecated GraphX with a maintained DataFrame-based alternative
When to choose
- you already run Apache Spark and need distributed graph analytics
- you want graph algorithms that scale with your Spark cluster
- you prefer DataFrame APIs over RDD-based GraphX
- you need PySpark or Spark Connect support for graph processing
When to avoid
- your graphs fit in memory on a single machine (NetworkX or igraph is simpler)
- you don't use Apache Spark or a JVM/Python Spark environment
- you need interactive single-node graph visualization
Facets
library · maturity stable
machine-learning data-science graph-processing big-data data-science microservices jvm python cross-platform apache-spark dataframes graph-algorithms pagerank connected-components motif-finding pregel pyspark graphx spark-connect graph-processing
4 sources
- readme: https://github.com/graphframes/graphframes · fetched 2026-09-01 · b44432937072
- homepage: https://graphframes.io/ · fetched 2026-08-29 · dc6d0a9eaed9
- site_page: https://graphframes.io/01-about/01-index.html · fetched 2026-08-29 · cebc91bbf972
- site_page: https://graphframes.io/02-quick-start/01-installation.html · fetched 2026-08-29 · d5e91a9a5f87
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| graphframes/graphframes | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="graphframes/graphframes")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem