Skip to content

evancasey/avroscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages