DETDE is a data extraction tool to extract object-centric event logs from ERP systems.
First, make sure Graphviz is installed. Then run:
pip install -U -r requirements.txt
- You might need to adjust timestamp formats in globals.py to your database.
- To change the extracted database schemas modify sql_schemas_X.py where X is the respective database type.
- Run main.py to launch the application.