Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.5 KB

File metadata and controls

36 lines (20 loc) · 1.5 KB

Starter transformation

This code sample demonstrates how to consume and transform data from a Kafka topic and publish these results to another Kafka topic, all using our StreamingDataFrame.

This boilerplate will run in Quix Cloud but largely has placeholder operations, so you will need to add your own to do something besides printing the data to console!

How to run

Create a Quix account or log-in and visit the Samples to use this project.

Clicking Edit code on the Sample, forks the project to your own Git repo so you can customize it before deploying.

Environment variables

The code sample uses the following environment variables:

  • input: Name of the input topic to listen to.
  • output: Name of the output topic to write to.

Possible StreamingDataFrame Operations

Many different operations and transformations are available, so be sure to explore what's possible!

Contribute

Submit forked projects to the Quix GitHub repo. Any new project that we accept will be attributed to you and you'll receive $200 in Quix credit.

Open source

This project is open source under the Apache 2.0 license and available in our GitHub repo.

Please star us and mention us on social to show your appreciation.