csv2parquet icon indicating copy to clipboard operation
csv2parquet copied to clipboard

Combine repos

Open domoritz opened this issue 3 years ago • 2 comments

Combine all the csv/json 2 arrow/parquet repos. Maybe using something like the approach in https://github.com/vega/vl-convert.

domoritz avatar Oct 20 '22 19:10 domoritz

A refactoring like in https://github.com/vega/vl-convert where the CLI binary code (i.e., vl-convert) is separate from the lib (i.e., vl-convert-rs) would allow to use csv2parquet as a dependency for another crate.

mrhrzg avatar Jan 17 '23 08:01 mrhrzg

Yes, that would simplify development a lot. The one remaining question for me is how automatic deployments with releases can work. Would we have one release for all packages or separate release scripts? How will they get triggered?

domoritz avatar Jan 17 '23 14:01 domoritz