mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-06 19:26:36 +00:00
Add demo image
This commit is contained in:
parent
1de02e9747
commit
aafa676a51
@ -22,6 +22,8 @@ Online parquet file reader demo available at:
|
||||
|
||||
https://hyparam.github.io/hyparquet/
|
||||
|
||||
[](https://hyparam.github.io/hyparquet/)
|
||||
|
||||
## Features
|
||||
|
||||
1. **Performant**: Designed to efficiently process large datasets by only loading the required data, making it suitable for big data and machine learning applications.
|
||||
|
||||
BIN
demo.png
Normal file
BIN
demo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
10
package.json
10
package.json
@ -31,20 +31,20 @@
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.7",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"@types/node": "22.5.1",
|
||||
"@types/react": "18.3.4",
|
||||
"@types/node": "22.5.3",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.4.0",
|
||||
"@vitest/coverage-v8": "2.0.5",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"eslint-plugin-jsdoc": "50.2.2",
|
||||
"hightable": "0.2.3",
|
||||
"http-server": "14.1.1",
|
||||
"hyparquet-compressors": "0.1.4",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"rollup": "4.21.1",
|
||||
"rollup": "4.21.2",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "2.0.5"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user