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

[Wish List] Thoughts on adding Apache Avro to the Translation target Schemas? #1

Open
packet-rat opened this issue Jul 20, 2020 · 1 comment

Comments

@packet-rat
Copy link

{Brainstorming here] Thought s on adding Apache Avro to the Translation target Schemas? (In your free time after Protobuff?) ;-)

https://avro.apache.org/docs/current/spec.html

@davaya
Copy link
Owner

davaya commented Jul 21, 2020

The lab folks did some work on lossless round-trip translation of JADN to Thrift, Protobuf, and Avro. The theory is to be able to do that for any schema language. In practice, the closer the language is to supporting CBOR major types, the easier the translation. It is an explicit non-goal to extend JADN to support format-specific serialization capabilities beyond the CBOR model, although specially-formatted comments in either JADN or the concrete schema language can be used to preserve information across round-trips that isn't supported by the data model.

Avro is definitely on the radar, and work priorities are affected by community interest. Thanks for the suggestion. And for any PRs you might propose :-). Seriously, any new serialization rules specify how each JADN type and option is represented in the target format, so an Avro proposal would start by figuring out and documenting that mapping.

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

No branches or pull requests

2 participants