Skip to main content

25 posts tagged with "turbine"

View All Tags

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:

Introducing Turbine transforms (flatten)

2 min read
warning

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

As a team solely focused on developer tools, we're always looking for ways to improve the developer experience, increase productivity and reduce friction.

With that in mind, the Turbine Go library recently introduced built-in transforms to bake in commonly use transform functionality.

As of this post, the transforms package includes two transforms, flatten and unwrap.

Automation to run the latest and a new config set command

3 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.

Our latest Meroxa CLI version v2.2.0 includes two improvements we hope will make your development with our Meroxa Platform even more exciting:

  • Meroxa CLI will start automatically warning you about newer versions.
  • A new config set command to make your Meroxa CLI configuration easier to manage.

Additionally, we have released some other changes to ensure you're running our latest changes for Turbine Go and CLI:

Here are some details:

Meroxa CLI v2.0.0 (Beta)

2 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.

With Meroxa CLI version v2.0.0, we're introducing a new set of commands to operate with Turbine streaming apps, and we're also deprecating the ones that won't apply going forward. New commands are:

  • apps deploy to deploy a Turbine Data Application.
  • apps describe to inspect more information about your Turbine Data Application.
  • apps init to initialize a new Turbine Data Application locally in the language of your choice.
  • apps list to list all your available Turbine streaming apps.
  • apps remove to remove a Turbine Data Application.
  • apps run to run locally a Turbine Data Application.
  • build describe to inspect a Meroxa Process Build.
  • build logs to a Meroxa Process Build's Logs.

If you want to read more about the Turbine streaming apps Beta check out the beta overview. If you wanted to get started building your first Turbine Data Application, check out our documentation to get started.