Skip to content

CIAnalyser v3

Latest
Compare
Choose a tag to compare
@ziyue-pan ziyue-pan released this 03 Oct 08:11
· 1 commit to main since this release

We also provide the full dataset of our paper with the Postgres dump file format (CIAnalyser.dump) and the CSV format (csv-format-data.zip).

There are 8 CSV files in the zip ball, each corresponding to a schema in the database:

  • repos: open source software projects, regardless of using CI or not.
  • measures: the repositories using open source CI/CD
  • verifieds: all the verified creators
  • usages: how repositories use CI/CD scripts
  • scripts: CI/CD scripts
  • contributors: contributors of the CI/CD scripts
  • contributions: contributions of the contributors
  • credentials: credentials configured by the repositories

For the Postgres dump file, use psql CIAnalyser < CIAnalyser.dump command to import.