DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Simplified Data Pipelines with Pulsar Transformation Functions

2 years ago thenewstack.io

Summary: This is a summary of an article originally published by The New Stack. Read the full original article here →

Using functions in the cloud is a very efficient way of creating iterable workflows that can transform data, analyze source code, make platform configurations, and do many other useful jobs. A typical function in production isn’t just one simple class doing some simple job — that’s usually hello world :).

These are pre-made Pulsar functions that can be your boilerplate processes in a data pipeline.

Here is an example of connecting multiple functions together in series, to manipulate message data: Say, for example, the Pulsar function using this transformation had a KeyValue input type.

The “enricher” function: The “filter” function: The “cbr” function: Getting Started with Transformation Functions

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com