Crates.io | redpanda-transform-sdk |
lib.rs | redpanda-transform-sdk |
version | 1.1.0 |
source | src |
created_at | 2023-11-30 20:18:14.865357 |
updated_at | 2024-07-26 18:07:21.130551 |
description | A Rust library for authoring Redpanda Data Transforms. |
homepage | https://redpanda.com |
repository | https://github.com/redpanda-data/redpanda |
max_upload_size | |
id | 1054470 |
size | 33,165 |
This crate contains the SDK for Redpanda's inline Data Transforms, based on WebAssembly.
Data transforms let you run common data streaming tasks, like filtering, scrubbing, and transcoding, within Redpanda. For example, you may have consumers that require you to redact credit card numbers or convert JSON to Avro.
Data transforms use a WebAssembly (Wasm) engine inside a Redpanda broker. A Wasm function acts on a single record in an input topic. You can develop and manage data transforms with rpk transform
commands.
See examples/
for sample usages.