# Prebuilt Data Transforms

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Prebuilt Data Transforms
latest-redpanda-tag: v25.2.1
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "true"
page-is-past-eol: "false"
page-eol-date: July 31, 2026
latest-connect-version: 4.93.0
docname: data-transforms/labs
page-component-name: streaming
page-version: "25.2"
page-component-version: "25.2"
page-component-title: Streaming
page-relative-src-path: data-transforms/labs.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/25.2/modules/develop/pages/data-transforms/labs.adoc
description: Explore labs that include examples of transform functions and instructions on how to deploy and run them.
page-git-created-date: "2024-07-31"
page-git-modified-date: "2024-08-01"
support-status: nearing end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/25.2/develop/data-transforms/labs.md -->

Explore labs that include examples of transform functions and instructions on how to deploy and run them.

-   [Flatten JSON Messages](https://docs.redpanda.com/labs/data-transforms/flatten-go/): Flatten JSON messages in topics using data transforms.
-   [Convert JSON Messages into Avro](https://docs.redpanda.com/labs/data-transforms/issdemo-go/): Query live tracking data from the International Space Station and convert it from JSON to Avro using data transforms.
-   [Filter Messages into a New Topic using a Regex](https://docs.redpanda.com/labs/data-transforms/regex-go/): Filter messages from one topic into another using regular expressions (regex) and data transforms.
-   [Convert Timestamps using Rust](https://docs.redpanda.com/labs/data-transforms/ts-converter-rust/): Convert timestamps from various forms, such as epochs to strings.
-   [Redact Information in JSON Messages](https://docs.redpanda.com/labs/data-transforms/redaction-go/): Redact personally identifiable information (PII) in topics using data transforms.