jsons2avro

0.1.0 • Public • Published

jsons2avro

A simple cli to convert json-schema to avro schema. Real kudos go to the author(s) of jsonschema-avro which does all the heavy lifting. Json schema parsing support JSON5 (basically means you can add comments to json schemas: they likely won't validate as json schema, but they will translate to valid avro schema without errors)

Install

npm -i jsons2avro -g

Usage

jsons2avro -i <inputGlobPath> [-o <outputDir>]

Package Sidebar

Install

npm i jsons2avro

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

3.55 kB

Total Files

4

Last publish

Collaborators

  • ilmirons