Skip to main content

Python package to insert analysis pipelines into data streams

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ripflow-0.3.0.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

ripflow-0.3.0-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page