Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD52F189E5 for ; Fri, 11 Dec 2015 16:43:23 +0000 (UTC) Received: (qmail 53323 invoked by uid 500); 11 Dec 2015 16:40:16 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 53276 invoked by uid 500); 11 Dec 2015 16:40:16 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 53244 invoked by uid 99); 11 Dec 2015 16:40:15 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 16:40:15 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 070812C1F62 for ; Fri, 11 Dec 2015 16:40:11 +0000 (UTC) Date: Fri, 11 Dec 2015 16:40:11 +0000 (UTC) From: "Matthieu Monsch (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1747) JavaScript implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu Monsch updated AVRO-1747: ---------------------------------- Fix Version/s: 1.8.0 > JavaScript implementation > ------------------------- > > Key: AVRO-1747 > URL: https://issues.apache.org/jira/browse/AVRO-1747 > Project: Avro > Issue Type: Improvement > Components: javascript > Reporter: Matthieu Monsch > Assignee: Matthieu Monsch > Fix For: 1.8.0 > > Attachments: AVRO-1747.patch, 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)