#stream-processing #data-processing #real-time #analytics #async #transformer

fluxus-transformers

Transformer components for Fluxus stream processing engine

3 unstable releases

Uses new Rust 2024

new 0.2.0 May 14, 2025
0.1.3 Apr 24, 2025
0.1.2 Apr 24, 2025

#778 in Science

Download history 256/week @ 2025-04-23 19/week @ 2025-04-30 18/week @ 2025-05-07

293 downloads per month
Used in 4 crates

Apache-2.0

44KB
864 lines

Fluxus Transformers

Transformer components for the Fluxus stream processing engine.

Overview

This crate provides various transformation implementations for the Fluxus stream processing engine, allowing data to be processed and transformed in different ways.

Key Transformers

  • TransformSource - Basic data transformation.
  • TransformSourceWithOperator - Data transformation with custom operators.

Usage

Add this to your Cargo.toml:

[dependencies]
fluxus-transformers = "0.1"

Dependencies

~5–12MB
~117K SLoC