https://github.com/ignalina/fixed2arrow
FixedToArrow
https://github.com/ignalina/fixed2arrow
Last synced: 9 months ago
JSON representation
FixedToArrow
- Host: GitHub
- URL: https://github.com/ignalina/fixed2arrow
- Owner: Ignalina
- License: mit
- Created: 2022-01-23T17:51:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T12:18:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T02:04:41.929Z (about 1 year ago)
- Language: Go
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fixed2arrow
fully parallelized Module that parses a fixed column sized file into Apache Arrow table.
# Notes
* Apache Arrow 13.0 now uses
* Apache Arrow 9.0 now used.
* Apache Arrow 8.0 Released with even more Go bindings !!
* Apache Arrow 7.0 just released and give parquet functions via module pqarrow.
* Big thanks Matthew Topol at the Arrow project for his efftor with GO Parquet addition