Published January 23, 2022
| Version 2.0.0
Dataset
Open
Github BPMN Artifacts Dataset 2021
Authors/Creators
- 1. TU Darmstadt
- 2. Bauhaus-Universität Weimar
- 3. Cooperative University Gera-Eisenach
Description
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:
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
(using the hashes to filter out duplicates first is recommended though)
Files
Files
(67.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2c242a51069991c0b456e9d61f6c87d1
|
67.0 MB | Download |