Commandline Avro Toolbelt
Project description
# AvroTool
A python commandline tool to manipulate Avro files
## Installation
pip install avrotool
Note: if you have build issues on OSX, try
brew install snappy CPPFLAGS=”-I/usr/local/include -L/usr/local/lib” pip install python-snappy pip install avrotool
## Usage (Basic)
To print the avro usage
avro avro -help, -h
To print detailed information about a command
avro -help-command COMMAND
To print the version
avro version
## Print Schema
To print the avro schema :
avro schema -f AVRO_FILE (-format json|text)
## Extract Data
To extract named columns to STDOUT
avro extract -f AVRO_FILE -columns a,b,c,d,e
## CHANGELOG
2017-03-19 0.0.1 Initial Prerelease. schema and extract functionality only.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file avrotool-0.0.2.tar.gz
.
File metadata
- Download URL: avrotool-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eff3711a14d34f518befe2368acf80bda35994a1e1157bc8fcf451bdcaca9449 |
|
MD5 | 0d623ba32c1b29084b991a68c1d56cba |
|
BLAKE2b-256 | b90abb39f733576caf001681d7cd355d177c2ac5806f86573ed6e95cb21999c1 |