cronicl is a simple data processing library written in Python.
No additional infrastructure or tools needed, if you can run Python, you can process data through cronicl.
Programatically author, connect, monitor and run workflows in Python.
- Programatically define pipeline flow and processing operations
- Record the number of times each operation is executed and execution time
- Automatic version tracking of processing operations
- Trace messages through the pipeline (random sampling), including santization of sensitive information from trace logs
- Monitor via HTTP interface
- Automatic retry of operations
From PyPi (recommended)
pip install cronicl
From GitHub
pip install https://github.com/joocer/cronicl/releases/download/v0.1.0/cronicl-0.1.0-py3-none-any.whl