Add demo image

This commit is contained in:
Kenny Daniel 2024-09-04 12:52:39 -07:00
parent 1de02e9747
commit aafa676a51
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
3 changed files with 7 additions and 5 deletions

@ -22,6 +22,8 @@ Online parquet file reader demo available at:
https://hyparam.github.io/hyparquet/
[![demo](demo.png)](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

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

@ -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"
}