ProvInspector is a Python library that integrates support for provenance capturing, provenance graph generation, and provenance inspection into the StreamVizzard stream processing framework. The underlying data model is compliant with the W3C PROV specification.
pip install git+https://dbgit.prakinf.tu-ilmenau.de/masc7357/provinspector
poetry install
The dependencies for development can be installed via Poetry's --with
option:
poetry install --with dev
This project is Apache 2.0 licensed. Copyright © 2024 by Marius Schlegel.