No description
- Go 85.4%
- Rust 14.6%
|
|
||
|---|---|---|
| csv | ||
| pcmd_split | ||
| pcmd_split_rust | ||
| .gitignore | ||
| README.md | ||
Redpanda Golang WASM Transform
To get started you first need to have at least go 1.20 installed.
You can get started by modifying the transform.go file
with your logic.
Once you're ready to test out your transform live you need to:
- Make sure you have a container running via
rpk container start - Run
rpk transform build - Create your topics via
rpk topic create - Run
rpk transform deploy - Then use
rpk topic produceandrpk topic consumeto see your transformation live!