https://github.com/jblukach/parquet2csv
Convert from CSV to Parquet and back again!
https://github.com/jblukach/parquet2csv
athena csv datalake parquet rust s3 utility
Last synced: about 1 year ago
JSON representation
Convert from CSV to Parquet and back again!
- Host: GitHub
- URL: https://github.com/jblukach/parquet2csv
- Owner: jblukach
- License: apache-2.0
- Created: 2025-03-23T19:47:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T22:15:39.000Z (about 1 year ago)
- Last Synced: 2025-03-23T22:38:13.089Z (about 1 year ago)
- Topics: athena, csv, datalake, parquet, rust, s3, utility
- Language: Rust
- Homepage: https://4n6ir.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parquet2csv
Rust utility tool that bridges traditional CSV files and the more efficient Parquet format, enabling better S3 data lake management and optimized Athena query performance. This bidirectional conversion capability is particularly valuable for organizations transitioning to modern data lake architectures while maintaining compatibility with legacy systems.
```
parquet2csv help
```
Output:
```
Commands: csv, parquet
- parquet2csv csv
- parquet2csv parquet
```