Prebuilt Data Transforms
Explore labs that include examples of transform functions and instructions on how to deploy and run them.
- Flatten JSON Messages: Flatten JSON messages in topics using data transforms.
- Convert JSON Messages into Avro: Query live tracking data from the International Space Station and convert it from JSON to Avro using data transforms.
- Transform JSON Messages into a New Topic using JQ: Filter messages from one topic into another using jq and data transforms.
- Filter Messages into a New Topic using a Regex: Filter messages from one topic into another using regular expressions (regex) and data transforms.
- Convert Timestamps using Rust: Convert timestamps from various forms, such as epochs to strings.
- Redact Information in JSON Messages: Redact personally identifiable information (PII) in topics using data transforms.
Was this helpful?