Github BPMN Artifacts Dataset 2021
收藏资源简介:
Information about 327,436 potential BPMN artifacts identified in all public Github repositories referenced in the GHTorrent dump from March 2021. The data file is in line-delimited JSON format, with each row containing an array with the following six elements: GHTorrent project ID GitHub user name GitHub repository name GitHub branch name Path to file inside repository SHA1 hash of the file's contents To get a list of retrievable URLs, use e.g. the following Python one-liner: <pre><code class="language-bash">python3 -c 'import json; import sys; print(*[f"https://raw.githubusercontent.com/{u}/{r}/{b}/{f}" for _, u, r, b, f, _ in map(json.loads, sys.stdin)], sep="\n")' < bpmn-artifacts.jsonl > urls.txt</code></pre> (using the hashes to filter out duplicates first is recommended though)



