{"id":24411480,"url":"https://github.com/aarkue/ocpq-eval","last_synced_at":"2026-04-27T13:36:51.580Z","repository":{"id":272623586,"uuid":"915053203","full_name":"aarkue/ocpq-eval","owner":"aarkue","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-24T13:52:10.000Z","size":1479,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T14:35:01.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aarkue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-10T21:33:47.000Z","updated_at":"2025-01-24T13:52:14.000Z","dependencies_parsed_at":"2025-01-15T17:44:24.218Z","dependency_job_id":"51d19736-a404-484e-a19f-7b5b580edb01","html_url":"https://github.com/aarkue/ocpq-eval","commit_stats":null,"previous_names":["aarkue/ocpq-eval"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarkue%2Focpq-eval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarkue%2Focpq-eval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarkue%2Focpq-eval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarkue%2Focpq-eval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarkue","download_url":"https://codeload.github.com/aarkue/ocpq-eval/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382926,"owners_count":20282051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-20T06:40:11.779Z","updated_at":"2025-12-28T13:55:50.924Z","avatar_url":"https://github.com/aarkue.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCPQ Evaluation Data\n\nThis repository holds evaluation data for the OCPQ tool.\nAlso see https://ocpq.aarkue.eu/ and https://github.com/aarkue/OCPQ.\n\nThe software version of OCPQ used is equivalent with the release v0.6.7, available at https://github.com/aarkue/OCPQ/releases/tag/v0.6.7.\nWe tested our implementation by running the backend web server in release mode.\n\nThe evaluation was performed on an OCEL 2.0 file based on the BPI Challenge 2017 (see https://data.4tu.nl/datasets/34c3f44b-3101-4ea9-8281-e38905c68b8d/1 and https://data.4tu.nl/datasets/5c9717a0-4c22-4b78-a3ad-d2234208bfd7/1 as well as https://data.4tu.nl/datasets/6889ca3f-97cf-459a-b630-3b0b0d8664b5/1).\n\n\nThe used files (OCEL 2.0 in JSON and SQLite format) are available for download as `./bpic2017-ocel2.zip` (OCEL 2.0 JSON), `./bpic2017.sqlite.zip`, and `./bpic2017.duckdb.zip` in this repository.\nThe Neo4j dump, is available [here](https://data.4tu.nl/datasets/5c9717a0-4c22-4b78-a3ad-d2234208bfd7/1).\n\n\n## Results\n![](./heatmap.svg)\n\n\nNote, that a previous version of this repository used a different evaluation approach, and the SQLite durations where measured individually. In the current version, `sqlite3` from Python is used.\nMoreover, the SQL queries were different, and updated ones (also compatible with DuckDB) were used for the newest evaluation results.\n\n\nBelow, the query/constraint formulations in the graphical approaches are included.\nFor SQL (SQLite) and Cypher (Neo4j), see the `sql.txt` and `neo4j-cypher.txt` files available in each subdirectory (Q1 - Q7).\nThe exported versions of the queries/constraints in OCPQ are also available (e.g., as `Q1.json` for usage in frontend, simply copy the text content and paste using alt+v in the OCPQ tool).\nWe also included all raw measurements as .json files, containing the measured durations in seconds.\n\n## Q1\n### DECLARE\n![](./Q1/DECLARE.drawio.svg)\n\n### OCBC\n![](./Q1/OCBC.drawio.svg)\n\n### **_OCPQ_**\n![](./Q1/Q1.png)\n\n\n## Q2\n### DECLARE\n![](./Q2/DECLARE.drawio.svg)\n\n### OCCG\n![](./Q2/OCCG.drawio.svg)\n\n### OCBC\n![](./Q2/OCBC.drawio.svg)\n\n### **_OCPQ_**\n![](./Q2/Q2.png)\n\n## Q3\n\n### OCCG\n![](./Q3/OCCG.drawio.svg)\n### OCBC\n![](./Q3/OCBC.drawio.svg)\n### **_OCPQ_**\n![](./Q3/Q3.png)\n\n## Q4\n\n### OCBC\n![](./Q4/OCBC.drawio.svg)\n\n### **_OCPQ_**\n![](./Q4/Q4.png)\n\n## Q5\n### **_OCPQ_**\n![](./Q5/Q5.png)\n\n\n\n## Q6\n### **_OCPQ_**\n![](./Q6/Q6.png)\n\n\n\n## Q7\n### **_OCPQ_**\n![](./Q7/Q7.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarkue%2Focpq-eval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarkue%2Focpq-eval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarkue%2Focpq-eval/lists"}