processtracker

A framework for managing data integration processes and their data


Keywords
process-tracking, python, spark
License
GPL-3.0
Install
pip install processtracker==0.4.4

Documentation

ProcessTracker - Python

Data integration process management made easy!

Coverage Status Codacy Badge Build Status Downloads PyPI version Code style: black License: GPL v3 Documentation Status

This is the Python implementation of the ProcessTracker framework. ProcessTracker builds a standard framework that is tool agnostic. If you are working with data integration/cleansing processes within Python (i.e. using PySpark, Pandas, etc.) then this framework can help manage dependencies between processes and provide auditing capabilities without having to parse logs or build your own framework.

To learn more about how to use ProcessTracker, please check out our documentation on ReadTheDocs!

Want to contribute? Check out our contributors guide!

Found a bug? Have an idea for an improvement? Submit it into our Issues tracker