alibaba/graphscope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 19th, 2026
Created on October 28th, 2020
Open Issues & Pull Requests: 462 (+0)
GitHub issues: Enabled
Number of forks: 468
Total Stargazers: 3,557 (+0)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 10.3 days
90th percentile: 6.3 days
Tracked items: 156

Most active contributors

Sign in to see contributor activity.

How this project is maintained

33% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 584 days
Stale 30+ days: 64
Stale 90+ days: 63

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (86)
  • component:gie (11)
  • help wanted (2)
  • bug (1)
  • component:gae (1)
  • summer-of-code (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GraphScope is a distributed graph computing system that provides a unified platform for analytics, interactive queries, and graph neural network computation on large-scale graphs through a Python interface.

GraphScope addresses the challenge of processing diverse graph workloads at scale by integrating multiple specialized engines into a single system. It combines GRAPE for graph analytics, MaxGraph for interactive queries, and Graph-Learn for graph neural networks, along with Vineyard as an efficient in-memory data store. This modular architecture allows users to perform multi-staged graph processing on compute clusters without switching between different systems, with all operations accessible through a user-friendly Python API.

Organizations with large-scale graph data requiring multiple types of computation—analytics, interactive exploration, and machine learning—are the primary fit for GraphScope. The system is particularly suited for teams that want to avoid the operational complexity of maintaining separate tools for different graph workloads. GraphScope Flex represents an evolution of the platform designed to be more modular and accessible.

The project maintains active development with regular updates and benchmark achievements. The team has demonstrated competitive performance on standard graph benchmarks, achieving record-breaking results on the LDBC Social Network Benchmark Interactive workload. The project has contributed to the broader ecosystem by donating the GraphAr file format to the Apache Software Foundation. Development includes ongoing refinement of the core system alongside the parallel evolution of GraphScope Flex as a more user-friendly variant.