You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
A connector receiving json data wishes to conform to avro or json-schema
A json codec that only accepts valid data given a schema of some description
Functions/operators in tremor's processing DSL that support validation
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!
The text was updated successfully, but these errors were encountered:
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:json
data wishes to conform toavro
orjson-schema
json
codec that only accepts valid data given a schema of some descriptionThis 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!
The text was updated successfully, but these errors were encountered: