Skip to content

Rust & Java OSS Projects (2022.3.28)

Latest
Compare
Choose a tag to compare
@ziyue-pan ziyue-pan released this 28 Mar 08:53
· 21 commits to main since this release
54020a4

preview

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