ocgraphconf
Object-Centric Conformance Checking. Based on a fork of RUST4PM by @aarkue
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
Object-Centric Conformance Checking. Based on a fork of RUST4PM by @aarkue
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
OCGRAPHCONF: Object-Centric Graph-Based Conformance checking
This repository is a mono-repo based on a fork of rust4pm by @aarkue and will be integrated into the library in the future.
Install guide
- Make sure all dependencies for SCIP are installed: https://www.scipopt.org/doc/html/INSTALL.php
- Chose a ModelStateInterface from ocstatespace::impl - either OCPN or OCPT, or create your own!
- Modify cli/src/main.rs to use your ModelStateInterface
- Run the following commands to build the cli & start the eval
```sh cd cli cargo build --release
cd ..
mkdir cli-output
./target/release/cli controller \
--json-folder ./testdata/varsbpi \
--petri-net ./testdata/ocpetrinet.json \
--smallest-case ./testdata/shortestcase_graph.json \
--output-dir ./cli-output
``
- let it run for a while, check on the progress. It will create a lot of files in thecli-output` folder
Please contact the authors for a test dataset.
Owner
- Name: Erik Wrede
- Login: erikwrede
- Kind: user
- Location: Germany
- Repositories: 1
- Profile: https://github.com/erikwrede
Full-Stack Software Engineer
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Rust Process Mining Library with
Python/Java Bindings
message: 'If you use this software, please cite it as below.'
type: software
authors:
- family-names: Küsters
given-names: Aaron
orcid: 'https://orcid.org/0009-0006-9195-5380'
repository-code: 'https://github.com/aarkue/rust-bridge-process-mining/'
url: 'https://crates.io/crates/process_mining'
license: MIT
version: 2.0.4
date-released: '2023-12-13'
doi: 10.48550/arXiv.2401.14149
preferred-citation:
type: generic
authors:
- family-names: 'Küsters'
given-names: 'Aaron'
- family-names: 'van der Aalst'
given-names: 'Willibrordus Martinus Pancratius'
doi: '10.48550/arXiv.2401.14149'
title: 'Developing a High-Performance Process Mining Library with Java and Python Bindings in Rust'
year: 2024
abstract: >-
The most commonly used open-source process mining software
tools today are ProM and PM4Py, written in Java and
Python, respectively. Such high-level, often interpreted,
programming languages trade off performance with memory
safety and ease-of-use. In contrast, traditional compiled
languages, like C or C++, can achieve top performance but
often suffer from instability related to unsafe memory
management. Lately, Rust emerged as a highly performant,
compiled programming language with inherent memory safety.
In this paper, we describe our approach to developing a
shared process mining library in Rust with bindings to
both Java and Python, allowing full integration into the
existing ecosystems, like ProM and PM4Py. By facilitating
interoperability, our methodology enables researchers or
industry to develop novel algorithms in Rust once and make
them accessible to the entire community while also
achieving superior performance.
GitHub Events
Total
- Public event: 1
- Push event: 7
- Create event: 3
Last Year
- Public event: 1
- Push event: 7
- Create event: 3
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| aarkue | m****l@a****u | 265 |
| cRennert | c****t@r****e | 3 |
| Erik Wrede | e****e | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 359 dependencies
- 377 dependencies
- @types/react ^18.2.55 development
- @types/react-dom ^18.2.19 development
- @typescript-eslint/eslint-plugin ^6.21.0 development
- @typescript-eslint/parser ^6.21.0 development
- @vitejs/plugin-react ^4.2.1 development
- autoprefixer ^10.4.17 development
- eslint ^8.56.0 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.4.5 development
- postcss ^8.4.35 development
- tailwindcss ^3.4.1 development
- typescript ^5.2.2 development
- vite ^5.1.0 development
- @emotion/react ^11.11.3
- @emotion/styled ^11.11.0
- @hpcc-js/wasm ^2.16.2
- @mui/icons-material ^5.15.10
- @mui/material ^5.15.10
- comlink ^4.4.1
- react ^18.2.0
- react-dom ^18.2.0