Skip to content

Convert mysql dump to parquet files

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Scoopit/mysqldump-to-parquet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqldump-to-parquet

Convert a mysql dump - or portion of it - into parquet files, one file per table.

Installation

cargo install --git https://github.com/Scoopit/mysqldump-to-parquet.git

Features / Limitations

Schema is created from CREATE TABLE statement. It handles nullable/not nullable values depending on NOT NULL or PRIMARY KEY column options.

For a given table, CREATE TABLE statement must appear before INSERT INTO statements.

Data from multiple tables cannot be interleaved.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Convert mysql dump to parquet files

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages