How to use the avro-js.BlockDecoder function in avro-js

To help you get started, we’ve selected a few avro-js examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github elevy30 / bigdata-playground / spring-boot / spring-boot-avro / src / main / resources / node_avro.js View on Github external
function createFileDecoderFromStream(is, opts) {
    return is.pipe(new avro.BlockDecoder(opts));
}

avro-js

JavaScript Avro implementation

Apache-2.0
Latest version published 2 months ago

Package Health Score

92 / 100
Full package analysis