Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.6 KB

Hyperparam Open Source Demos

workflow status workflow status mit license

HighTable Demo 🏛️

HighTable is a react virtual-scroll table component for view large datasets.

Demo: https://hyparam.github.io/demos/hightable/

HighTable: https://github.com./hyparam/hightable

Example project that demonstrates loading random data into a HighTable.

Uses vite for running client-side react.

Hyparquet Demo 🦜

Hyparquet is an Apache Parquet file parser implemented entirely in JavaScript.

Demo: https://hyparam.github.io/demos/hyparquet/

Hyparquet: https://github.com./hyparam/hyparquet

Example project showing how to use hyparquet. Provides a drag-and-drop interface for loading parquet files into the browser.

Also includes a parquet metadata view, and parquet file layout view.

Uses vite for running client-side react.

Icebird Demo 🐧

Icebird is an Apache Iceberg table reader implemented entirely in JavaScript.

Demo: https://hyparam.github.io/demos/icebird/

Icebird: https://github.com./hyparam/icebird

Example project showing how to use icebird. Provides a table view of any publicly accessible iceberg table.

Includes version dropdown for time-traveling to view the history of a dataset.

Uses vite for running client-side react.