Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: A 3-Tool ETL Pipeline for CSV/TSV/Excel/Parquet in Go
2 points by mimixbox 13 hours ago | hide | past | favorite | discuss
I built a small trilogy of Go tools:

- fileprep — preprocessing & validation using struct tags (trim, replace, normalize, etc.)

- fileframe — a lightweight, immutable DataFrame for filtering, mapping, grouping

- filesql — run SQL directly on CSV/TSV/LTSV/Excel/Parquet (SQLite under the hood)

Repos:

- https://github.com/nao1215/fileprep

- https://github.com/nao1215/fileframe

- https://github.com/nao1215/filesql





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: