Skip to main content

25 posts tagged with "turbine"

View All Tags

New App Settings Page and Full-Width Layout in the Meroxa Dashboard

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

We鈥檙e excited to share with you the release of a new full-width layout and the new application settings page in the Meroxa Dashboard, where you can review your application settings and delete applications all in one place.

Turbine CLI bug fix release

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

Meroxa CLI version v2.20.1 includes bug fixes for a broken link, a bug in the Notion Resource, inaccurate exit codes, and difficulty pulling in the latest release of a Golang app dependency.

Turbine Next

2 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 Meroxa CLI version v2.20.0 includes the newest versions of the Turbine SDKs for Go, Javascript, and Python.

Already deployed apps and newly initialized apps will not require any changes, but if you would like to re-deploy or re-run any existing Turbine apps with this CLI version, you will have to make some updates to your application.

Due to the updated versions of the Turbine SDKs, you should notice speed ups with app initialization times as well as deploying times 鈿★笍 thanks to the following changes:

  • Refactored logic that centralizes common functionality from the SDK using gRPC
  • Reduced the amount of 'moving parts' and intermediate communication between the SDKs and CLI
  • Significantly reduced dependencies for turbine-js

These speed ups will vary depending on your language, for example javascript apps now initialize and deploy ~10 seconds faster.

Turbine Ruby Beta Release

2 min read
Diana Doherty
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 the Beta release of Turbine Ruby! All users are invited to participate in building new streaming applications using Ruby.

With an upgrade to Meroxa CLI v2.14.0, you can get started by running meroxa apps init my-ruby-app-name --lang ruby --path path/to/my-ruby-app.

For more information on how to get started, view our blog on Developing Turbine streaming apps with Ruby. For details on on how to update to the latest CLI version, see our CLI guide.

Meroxa Apps Init for Ruby

2 min read
Diana Doherty
Engineering
warning

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

Getting started creating Turbine Ruby streaming applications has just gotten easier with the init support for Ruby!

Since Turbine Ruby is currently in Developer Preview, to participate, you'd need to sign up here and a member of our team will follow up to discuss the steps to get the feature enabled.

Once you've been granted access, simply install Meroxa CLI v2.12.0 and run meroxa apps init my-ruby-app-name --lang ruby --path path/to/my-ruby-app to generate an example application.

Choose your own file template for a S3 connector with Turbine

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.

Developers can now specify their own file templates for AWS S3 destinations within their Turbine apps. This change provides the flexibility to change the file names, directories and the compression type of the data being stored in S3.

Visualize your Turbine Applications in the Meroxa Dashboard

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

Turbine streaming apps can now be visualized in the Meroxa Dashboard! A recent Meroxa CLI release v2.10.0 introduces updated output for meroxa apps describe and meroxa apps list which now includes URLs to access the Meroxa Dashboard. We have also updated output for meroxa resources list for consistency.

Turbine Ruby streaming applications in Developer Preview

One min read
Diana Doherty
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 a Developer Preview for Turbine Ruby streaming applications. The Ruby gem turbine_rb and the Meroxa CLI v2.11.0 introduces support for building, running, and deploying Turbine applications written in Ruby.

If you wish to participate, sign up here and a member of our team will follow up to discuss the steps to get the feature enabled.