Skip to content

koji-m/erwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erwl

Minimum viable data transfer command line tool.

Install

Build with the required features enabled.

If you want to extract records from a local JSON file and load them into your S3 bucket in Parquet format, install them as follows:

cargo install --git https://github.com/koji-m/erwl \
    --features reader-json,writer-parquet,extractor-file,loader-s3

Run

If you want to execute as described above data transfer, execute as follows.

erwl --input-file records.json --schema schema.json --batch-size 20000 \
    --compression snappy --s3-bucket my-bucket --key-prefix records_

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages