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 app
to enter the app directory. - Run
npm i
to install dependencies. - Run
npm start
to try it out.