About
Beamline is a project developed at the Technical University of Denmark. For further information you can contact
Andrea Burattin
https://andrea.burattin.net
andbur@dtu.dk
Citation
Please, cite this work as:
- Andrea Burattin. "Beamline: A comprehensive toolkit for research and development of streaming process mining". In Software Impacts, vol. 17 (2023).
BibTeX for citation
@article{BURATTIN2023100551,
title = {Beamline: A comprehensive toolkit for research and development of streaming process mining},
journal = {Software Impacts},
volume = {17},
pages = {100551},
year = {2023},
issn = {2665-9638},
doi = {https://doi.org/10.1016/j.simpa.2023.100551},
url = {https://www.sciencedirect.com/science/article/pii/S266596382300088X},
author = {Andrea Burattin},
keywords = {Process mining, Streaming process mining, Apache Flink, Reactive programming},
abstract = {Beamline is a software library to support the research and development of streaming process mining algorithms. Specifically, it comprises a Java library, built on top of Apache Flink, which fosters high performance and deployment. The second component is a Python library (called pyBeamline, built using ReactiveX) which allows the quick prototyping and development of new streaming process mining algorithms. The two libraries share the same underlying data structures (BEvent) as well as the same fundamental principles, thus making the prototypes (built by researchers using pyBeamline) quickly transferrable to full-fledged and highly scalable applications (using Java Beamline).}
}
Another relevant publication where the framework is presented is:
- Andrea Burattin. "Streaming Process Mining with Beamline (Extended Abstract). In Proceedings of ICPM Doctoral Consortium and Tool Demonstration Track, CEUR Workshop Proceedings, 2022: 75-79.
Implemented techniques have corresponding citation information on their documentation page.