This release contains two parts of datasets:
language | condition | data collected |
---|---|---|
Rust | star > 20 | 10K |
Java | star > 50 | 28K |
repos.csv
is a CSV file format of the data collection. If you want a quick import for Postgres, repos.dump
is generated from the pg_dump
. Use the following command to import:
psql -U {{ YOUR USER }} -d {{ YOUR DB }} < repos.dump
# This is an example:
psql -U ZJU-SEC -d GitHunter < repos.dump