Build, run, and ship a WASM log processor in minutes.
Install Tangent
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Santiago-Labs/tangent/releases/download/latest/tangent-cli-installer.sh | sh
Scaffold a plugin
# Create a new plugin in Go, Python, or Rust tangent plugin scaffold --lang go --name hello-logs # or: tangent plugin scaffold --lang py --name hello-logs # or: tangent plugin scaffold --lang rust --name hello-logs
Compile
tangent plugin compile --config tangent.yaml --wit .tangent/wit
Run the pipeline
tangent run --config tangent.yaml
tangent bench --config tangent.yaml --seconds 30 --payload tests/input.json
Benchmark