https://github.com/cau-se/pm-edgemap

https://github.com/cau-se/pm-edgemap

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cau-se
  • Language: Python
  • Default Branch: master
  • Size: 10.7 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

The PM-EdgeMap

The process mining edge map (PM-EdgeMap) helps evaluating and running process mining algorithms on a simulated edge-cloud continuum.

Usage

To run the PM-Edge map you can run the main as shown below:

```python simulator = Simulator( topologydirectory="topology", resultdirectory="results" )

simulator.run( algorithm=lambda: EdgeConformanceCheckingAlgorithm(learningevents=100), topologykey="mec", metricname="metric-data-network-resource", metrics=["data-network-resource"], velocity=100, evaluationbatch=100 ) ```

Parameters

topologyKey: references the name of the topology description yaml-file, metric_name: name to reference the result file for the analysis, metrics: name of the evaluated metric, velocity: Number of simulated events emitted per time unit, evaluation batch: Batch to evaluate the resource consumption to be robust to peeks,

Owner

  • Name: Kiel University - Software Engineering Group
  • Login: cau-se
  • Kind: organization
  • Location: Kiel, Germany

GitHub Events

Total
  • Push event: 1
  • Create event: 2
Last Year
  • Push event: 1
  • Create event: 2

Dependencies

requirements.txt pypi