Integration Architect (Presenter)
Principal Developer Advocate (Author)
ksqlDB allows you to transform events in one stream and then send them to a new stream. For example, you may want to change a Unix timestamp to a human-readable format, or you may want to remove sensitive fields from a stream for broader use within a company.
ksqlDB can be used to perform many common transformations required when handling data, including:
CAST
)TIMESTAMPTOSTRING
)AS
)CONCAT
)When creating a new stream from an existing one, you can pick and choose the fields you’d like to preserve in the new stream. You can also use functions to modify data or to create derived fields.
For example, here is how to convert the timestamps on your orders from the Unix epoch value to a more friendly data format:
There is really no limit to the transformations you can perform with ksqlDB.
We will only share developer content and updates, including notifications when new content is added. We will never send you sales emails. 🙂 By subscribing, you understand we will process your personal information in accordance with our Privacy Statement.