Skip to content

Tyler-Sch/vader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vader

A CLI Tool for Converting and Inspecting Data

This tool wraps polars to provide and easy and clean interface to convert parquet, avro, json, or csv files into other types or to display them to stdout for inspection or piping into another tool.

Basic usage from bash:

# print a parquet file to stdout in new line separated json format
vader parquet -o json testfile.parquet

# create a avro file
vader parquet -o avro testfile.parquet nextfile.avro

# inspect avro data as csv
vader avro -o csv nextfile.avro

# to read s3 parquet:
vader parquet s3://my_bucket/somekeys/my_file.parquet

# to read directory of parquet:
vader parquet s3://mybucket/somekeys/parquet

About

Simple File Conversion Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages