JuliaData / Avro.jl

Pure Julia implementation for reading/writing data in the Avro format
MIT License
16 stars 6 forks source link

Avro

Stable Dev CI codecov

This is a pure Julia implementation of the Apache Avro data standard. It provides convenient APIs for reading/writing data directly in the avro format, or as schema-included object container files.

Installation

The package can be installed by typing in the following in a Julia REPL:

julia> using Pkg; Pkg.add("Avro")

Implementation status

It currently supports:

Currently not supported are:

Package motivation

Why use the avro format vs. other data formats? Some benefits include: