evancasey / avroscore

Avrocat meets Underscore CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avroscore

Avro is a great data serialization framework but there are limited tools for processing Avro data via the command line. Avroscore brings the robust, powerful functionality of underscore.js to Avro.

Requirements

To use Avroscore, you'll need to have fastavro and underscore-cli installed.

pip install fastavro
npm install -g underscore-cli

Installation

TBD

Usage

Avroscore supports all the functionality of both fastavro/avrocat and underscore-cli.

Try it out with some example data:

avroscore -d example/episodes.avro pluck air_date

About

Avrocat meets Underscore CLI


Languages

Language:Python 100.0%