ghtorrent-projects Dataset
Authors/Creators
Description
A hypergraph dataset mined from the GHTorrent project is presented. The dataset contains two files
1. project_members.txt: Contains GitHub projects with at least 2 contributors and the corresponding contributors (as a hyperedge). The format of the data is: <repo_id> <simplex_size> <simplex> <name> <created_at>
2. num_followers.txt: Contains all GitHub users and their number of followers.
The artifact also contains the SQL queries used to obtain the data from GHTorrent (schema).