[
https://issues.apache.org/jira/browse/AVRO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998925#comment-14998925
]
Ryan Blue commented on AVRO-1747:
---------------------------------
Two licensing things I found while looking at the patch. First, we like to have
licenses in any file that can contain comments. Could you add licenses to the
markdown docs using [XML
comments|https://stackoverflow.com/questions/2757396/how-do-i-comment-out-a-block-of-tags-in-xml]?
Second, the LICENSE file has some entries at the bottom for C#. We only need
the Apache license because there are no third-party works included in the JS
implementation. Just remove the bottom few sections and we should be good to
go. Thanks!
> JavaScript implementation
> -------------------------
>
> Key: AVRO-1747
> URL: https://issues.apache.org/jira/browse/AVRO-1747
> Project: Avro
> Issue Type: Improvement
> Components: javascript
> Reporter: Matthieu Monsch
> Attachments: AVRO-1747.patch, AVRO-1747.patch
>
>
> Hello,
> I'm not sure if there is still interest in a JavaScript implementation of the
> Avro spec, or if this is the right place for this message (apologies if not),
> but in case it's useful here is one: https://github.com/mtth/avsc
> It's pretty fast, fully featured aside from protocols (AFAIK), and runs in
> the browser.
> Disclaimer: I wrote this library. (I initially searched around for existing
> implementations, and even saw a few tickets on this board about JavaScript
> decoders, but couldn't find one to support the schemas I have to process.)
> Best,
> -Matthieu
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)