LSOrer / EDQD

Event Data Quality Dashboard
2 stars 0 forks source link

The Event Data Quality Dashboard (EDQD)

About:

The Event Data Quality Dashboard (EDQD) is a tool designed to help users evaluate the quality of event logs used in process mining and other data-driven analysis. Event logs are crucial for understanding processes within organizations, but the quality of these logs can significantly impact the accuracy and reliability of any insights derived from them.

Key Features of EDQD:

In essence, the Event Data Quality Dashboard is a powerful tool for organizations looking to ensure the reliability of their process mining and data analysis by providing a clear, actionable overview of the quality of their event logs.

Running the code with Docker

Make a new directory and download the code to it. Navigate to the directory and run:

docker build -t edqd .

to build the image. After that you run:

docker run -p 5001:80 edqd

to expose the port 5001 for the container.

Now you can open a browser of your choice and access the dashboard with the url:

http://127.0.0.1:5001/