mtth / avsc

Avro for JavaScript :zap:
MIT License
1.27k stars 147 forks source link
avro big-data binary-format encoding javascript schema-evolution serialization typescript

Avsc NPM version Download count CI Coverage status

Pure JavaScript implementation of the Avro specification.

Features

Installation

$ npm install avsc

Documentation

Examples

const avro = require('avsc');