Articles containing tips, tricks and nice to knows related to IT stuff I find interesting. Also serves as online memory.
Wednesday, December 28, 2022
Apache NiFi: Filter events and only let through the latest in a timeframe
Friday, April 29, 2022
Having fun with Jolt transformations
Jolt is a Java library which can be used to transform JSON to JSON (here). A Jolt transformation itself is also a JSON file. You can use it in products such as Apache NiFi and Apache Camel. In this blog post I'll describe my first experiences with Jolt transformations.
For me personally Jolt transformations are not intuitive and not that powerful when for example compared to the capabilities of XSLT for transforming XML. It is available in Apache NiFi though and can be used without the 'execute code' permission, that is why I decided to use it to transform JSON files. I might misunderstand basic Jolt concepts which can cause suggested solutions to be overly complex or in other ways suboptimal.
