pyBeamline is a Python version of Beamline. While the same set of ideas and principles of Beamline have been ported into pyBeamline, the underlying goal and technology is very different.
pyBeamline is based on ReactiveX and its Python binding RxPY. RxPY is a library for composing asynchronous and event-based programs using observable sequences and pipable query operators in Python. Using pyBeamline it is possible to inject process mining operators into the computation.
For a complete documentation of the library see https://www.beamline.cloud/pybeamline/. To install the library use:
pip install pybeamlineComplete Jupyter notebooks presenting all techniques available are available at
- Classical process mining: https://github.com/beamline/pybeamline/blob/master/tutorial.ipynb
- Object-centric Process mining: https://github.com/beamline/pybeamline/blob/master/tutorial_oc.ipynb