top | item 38089229

(no title)

kensavage | 2 years ago

Node support - sweet!! Is there any way to interact with the data as it comes in real-time?

discuss

order

jacobheric|2 years ago

Hey there! I wrote the node sdk for this, you can use the node-sdk to to execute wasm-based rules on your data and interact with the data in real time. With the wasm rules you can do things like detect and mask PII, etc. The node-sdk is here: https://github.com/streamdal/node-sdk. There are some minimal examples of these pipelines in the readme and examples/sandbox directories.