Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Transformation #272

Closed
yanivbh1 opened this issue Aug 18, 2022 · 1 comment
Closed

Schema Transformation #272

yanivbh1 opened this issue Aug 18, 2022 · 1 comment

Comments

@yanivbh1
Copy link
Contributor

yanivbh1 commented Aug 18, 2022

Motivation

Different schemas often occur when working with multiple data sources / different services / different pipelines that produce data on the same topic, while the consumers on the other side expect specific structure.
Usually, that job is distributed across different teams and business units and requires expensive sync in time and effort.
Upstream changes are often impossible.
For example, AWS Lambda cannot ingest JSON-based payload with a boolean value, but rather should be converted into string before.

Summary

Ability to perform deep, inline transformation of events structure at the broker level while in transit.
Functions like: Concat / trim / regex / sum / and more...
Would be great to get comments about expected functions

Value

Reduce logic from producers and consumers, increase data quality, reduce downtime and crashes, and enable complex streaming pipelines for in-app purposes.

Persona(s)

  • Data Engineers
  • Developers
  • Data Analysts
@yanivbh1
Copy link
Contributor Author

Will be part of Memphis function #944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants