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

fluxus-transformers

Transformer components for Fluxus stream processing engine

2 releases

Uses new Rust 2024

new 0.1.3 Apr 24, 2025
0.1.2 Apr 24, 2025

#5 in #data-processing


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–13MB
~120K SLoC