This repository contains the code for the extraction and analysis of the data for the project pm4Bundestag. The project extracts data of the DIP API of the German Bundestag, transforms this data into en object-centric event log, and analyzes the event log using process mining techniques.
In this repository, you will find the python scripts and jupyter notebooks that were used to extract the data, analyze the raw data, and analyze the event log.
The actual transformation is executed in a different reposititory just called pm4Bundestag. The transformation is done in a separate repository to keep the code for the extraction and analysis separate from the transformation code, which can be easily executed as a docker container.