Started off for fun, and here we are! Please check out https://yeri918.github.io/duckdb-grid/ or https://dinogrid-alpha.netlify.app/.
Inspired by the capabilities of duckdb-wasm and AG Grid, we wanted to address the growing demand for efficient handling of large tabular datasets. This grid leverages browser-side rendering, enabling fast computation and seamless user interactions with big data directly in the web environment.
- Drag the columns to "Row Groups" of the sidebar on the right.
- Numeric columns automatically get "sum"ed up. (Can also change the value aggregation to max/min/...)

- Clone https://github.com/yeri918/duckdb-grid.
- Run
cd appto enter the app directory. - Run
npm ito install dependencies. - Run
npm startto try it out.


