#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

#786 in Science

Download history 125/week @ 2025-04-18 136/week @ 2025-04-25 21/week @ 2025-05-02 126/week @ 2025-05-09

408 downloads per month
Used in 6 crates (4 directly)

Apache-2.0

49KB
1K SLoC

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.2"

Dependencies

~8–20MB
~258K SLoC