ripflow

Python package to insert analysis pipelines into data streams


License
Apache-2.0
Install
pip install ripflow==0.3.0

Documentation

ripflow Python middle layer analysis framework

Introduction

ripflow provides a framework to parallelize data analysis tasks in arbitrary data streams.

The package contains the Python classes to build a middle layer application that reads data from various sources and applies arbitrary analysis pipelines onto the data using overlapping worker processes. The processed data is then published via programmable sink connectors.

For more information, see the documentation.

Installation

with pip

The ripflow package is published as a Python package and can be installed with pip:

pip install ripflow

with poetry

You can also add ripflow to a project that is managed with poetry:

poetry add ripflow

from source

To install the package from source, clone the repository and install the package with poetry:

poetry install