Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatmatto/wasm-parquet
Read parquet in node using wasm to bridge Rust's parquet crate
https://github.com/fatmatto/wasm-parquet
Last synced: 10 days ago
JSON representation
Read parquet in node using wasm to bridge Rust's parquet crate
- Host: GitHub
- URL: https://github.com/fatmatto/wasm-parquet
- Owner: fatmatto
- Created: 2023-09-11T06:56:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T06:59:37.000Z (over 1 year ago)
- Last Synced: 2024-04-08T16:45:44.734Z (10 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wasm-parquet
If you need to handle arrow/parquet in node/js please take a look at the excellent https://github.com/kylebarron/parquet-wasm, since this repository is just an experiment.