tremor-rs / tremor-runtime

Main Tremor Project Rust Codebase
https://www.tremor.rs
Apache License 2.0
842 stars 127 forks source link

Tracking ticket for data format validation in tremor #2131

Open darach opened 1 year ago

darach commented 1 year ago

Describe the problem you are trying to solve

As tremor is data format agnostic we currently do not have features that support validation against a particular external format outside of builtin support in serialization and deserialization libraries.

So data that is parsable or well formed can be transported by tremor.

For some environments validation support would be preferable:

This ticket is a tracking ticket to gauge interest and what kind of support would be desirable in tremor - for what use case - and for what purpose.

Describe the solution you'd like Please add your use case and preferred solution here dear readers!

Notes

This is a tracking ticket to capture interest in possible future enhancements to tremor. If you found this ticket and would like data format validation support, please comment accordingly so we have a record of interest!

scudellari commented 1 year ago

I'll take a stab at this

darach commented 1 year ago

Let us know if you need any help on the discord 🥳

Licenser commented 9 months ago

2351 will ave avro and integration with the kafka schema registry