Skip to main content

Fig users can now get autocomplete for all Meroxa CLI commands

One min read
Ra煤l Barroso
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Any user who has Fig installed will be able now to get autocomplete for all Meroxa CLI commands.

At Meroxa, Developer Experience is one of our highest values, and providing support for the best tools or workflows available is always a priority for us.

Autocompletion in the CLI has always been available since we launched thanks to Cobra's support via the meroxa completion command, but the Fig experience makes autocomplete that much better.

Improving Turbine Application Init output

2 min read
Janelle Tavares
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

The Meroxa CLI version v2.5.0 release includes one bug fix, comment updates, and one enhancement to the meroxa apps init command.

Here are some details:

Notifications

One min read
Jessy Jordan
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Starting today, you can receive and review notifications in the Meroxa dashboard.

Python Turbine apps in Beta

One min read
Janelle Tavares
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

We are excited to announce Python as a fully supported language for Turbine streaming apps. The release of [turbine-py 1.0.7(https://pypi.org/project/turbine-py/1.0.7/) introduces core functionality, stability improvements, and bug fixes:

Improving turbine-js function ergonomics

3 min read
James Martinez
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Our latest Meroxa CLI version v2.4.0 includes one fix and two improvements to turbine-js based streaming 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 fixes MySQL -> fn -> PG streaming apps.

  • Added get and set methods to individual records which allows users to read and write data on the record regardless of the underlying format

Here are some details: