Inline Data Transformation
Soracom Orbit transforms device data in-flight as it passes through the Soracom platform. You write transformation logic as WebAssembly (WASM) modules called soralets, which run at the network edge before data reaches its final destination.
What it does
- WASM soralets — Write transformation logic compiled to WebAssembly and deploy it to the Soracom platform
- Runs at the network edge — Transformations execute inline as data flows through Soracom, before reaching Beam, Funnel, Funk, or Harvest
- Supports Rust, AssemblyScript, and C — Author soralets in your preferred language, then compile to WASM
- Binary-to-JSON conversion — Parse proprietary binary protocols into structured JSON for downstream services
Related
- Protocol Conversion & Forwarding — Forward transformed data to cloud endpoints
- Soracom Harvest — Store transformed data for visualization
- Data Entry Point — Single ingress URL where data enters the platform