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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ripflow-0.3.0.tar.gz
.
File metadata
- Download URL: ripflow-0.3.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.12 Linux/6.5.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df3e39905a8fa09dce979b622db29fc6657782d02c01d1dee52fc98f4f5a32aa |
|
MD5 | 64fc93c2d4dc1a71793f51dbc19c4861 |
|
BLAKE2b-256 | 12ca63c4bf59232191b6418b95b779755feccac490a50a2640454d91eaf06f06 |
File details
Details for the file ripflow-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: ripflow-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.12 Linux/6.5.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d53c92a854c1129356e8b0e477762e59025a10d41ee28ef16272f4d9265cf6 |
|
MD5 | 6a5d65908417f1ed96dbf0c20492bbc3 |
|
BLAKE2b-256 | 7ca4696a4a023afb888abceeec6885fb14c95c193766eadfb8346eeb52d413cb |