Introduction

The iGrafx UDFs module offers a set of User-Defined Functions (UDFs) specifically designed to enhance data transformation and analysis within the Kafka ecosystem. These UDFs empower users to perform customized data manipulations and calculations directly in ksqlDB, enabling more efficient and targeted processing for insights and decision-making in real time.

For more information on ksqlDB UDFs, please refer to the following links:

  • https://docs.ksqldb.io/en/latest/reference/user-defined-functions/
  • https://docs.ksqldb.io/en/latest/how-to-guides/create-a-user-defined-function/

To create a new UDF, add a new package for the UDF in the src.main.scala.com.igrafx.ksql.functions package.

There are several iGrafx UDFs available in the iGrafx UDFs module.