Check Irontools documentation to start.
Examples available in this repo:
- iron-functions-abi-decoding: Iron Functions Table/SQL API + Rust example. Shows how to implement a user-defined function (UDF) for decoding Ethereum event logs using ABI.
- iron-functions-geo-distance-udf: Iron Functions Table/SQL API + TypeScript example. Shows how to implement a user-defined function (UDF) for calculating distances between geographical points.
- iron-functions-otel-parsing-udf: Iron Functions Table/SQL API + Golang example. Shows how to implement a user-defined function (UDF) for parsing OpenTelemetry Logs data.
- iron-functions-telemetry-parsing: Iron Functions DataStream API + TypeScript example. Shows how to implement parsing and unnesting of telemetry data.