Graph export in CSV

This export has a CSV representation of nodes and edges instead of columnar.

Comments
  • edges as graph.edges.{cnt,ori,rel,rev,snp}.csv.zst and graph.edges.dir.{00..21}.csv.zst
  • nodes as graph.nodes.csv.zst
  • deduplicated labels as graph.labels.csv.zst
  • statistics as graph.edges.count.txt, graph.edges.stats.txt, graph.labels.count.txt, graph.nodes.count.txt, and graph.nodes.stats.txt
Dataset size
8.4 TiB
Export date
S3 URL
s3://softwareheritage/graph/2020-12-15/csv/
Deprecated
True

Referencing Software Heritage

If you use any of the datasets indexed on this website for research purposes, please acknowledge Software Heritage as recommended in the publications page, that is:

  1. Add a footnote on the title page of your paper, formatted as: “This work was made possible by Software Heritage, the universal source code archive: https://www.softwareheritage.org”; and
  2. cite at least one of the following papers:

Specific datasets might recommend additional citations, to credit their creators.

Download the dataset

For Amazon S3 links, you'll need to install either awscli or swh.datasets.

aws s3 cp --recursive --no-sign-request s3://softwareheritage/graph/2020-12-15/csv/ 2020-12-15-csv

By accessing the datasets, you agree with the Software Heritage Ethical Charter for using the archive data, the terms of use for bulk access, and the Software Heritage principles for large language models.

To learn how to use the datasets read the documentation.