Improving turbine-js function ergonomics
Our latest Meroxa CLI version v2.4.0 includes one fix and two improvements to turbine-js based data apps that improve developer ergonomics and reduce boilerplate:
Added an
unwrap
transform, allowing users to optionally unwrap CDC formatted records in their data app and send them along to destinations. As a side-effect, this also fixesMySQL -> fn -> PG
data apps.Added
get
andset
methods to individual records which allows users to read and write data on the record regardless of the underlying format
Here are some details: