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

Avro #31

Open
vil1 opened this issue Jan 3, 2019 · 6 comments
Open

Avro #31

vil1 opened this issue Jan 3, 2019 · 6 comments

Comments

@vil1
Copy link
Member

vil1 commented Jan 3, 2019

Add an avro module that would provide ways to encode/decode arbitrary data to/from org.apache.avro.GenericContainer given a schema.

This module should also provide ways to encode/decode our Schema GADT to/from org.apache.avro.Schema (this is related to #30)

@GrafBlutwurst
Copy link
Collaborator

I'll for sure help out on this as I have a fair bit experience with AVRO. I'd also raise the question of doing our own generic representation (or tweak mine) in addition to the org.apache.avro ones. The reason being that the apache ones have tons of typecasting and other nastyness that leaks to usage site and would conflict with how we want to do software.

@vil1
Copy link
Member Author

vil1 commented Jan 3, 2019

In my previous experience, I did too feel the need for a custom generic data representation that matched closely my schema representation.

But I now have the faint intuition that we should be able to avoid adding such representation. So I'd like to see how far we can get without defining such representation before defining one.

@mijicd
Copy link
Collaborator

mijicd commented Jan 15, 2019

I'd take care of this one if no one's already working on it.

@vil1
Copy link
Member Author

vil1 commented Jan 16, 2019

@GrafBlutwurst: had you started working on that? If so (or in any case actually), maybe you could pair-program it with @mijicd.

@GrafBlutwurst
Copy link
Collaborator

no I haven't started work yet. But I'll gladly help out @mijicd if he can use any help

@mijicd
Copy link
Collaborator

mijicd commented Jan 16, 2019

@GrafBlutwurst thanks, I'll contact you on Gitter in case I'm stuck.

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

3 participants