Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
StreamRecord + WasmModule -> TransformedStreamRecord
Transform incoming data stream records by executing sandboxed, user-defined WebAssembly (Wasm) modules.
Problem it solves
Hardcoded transformations lack dynamic flexibility and the isolation required to run untrusted user code safely inside the broker.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.