Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.18 KB

README.md

File metadata and controls

47 lines (29 loc) · 2.18 KB

DuckDB-Grid

Main

Started off for fun, and here we are! Please check out https://yeri918.github.io/duckdb-grid/ or https://dinogrid-alpha.netlify.app/.

Contributors

Description

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.

DuckDB-Grid Features

🐤 Try dropping your CSV or XLSX files

  • Load your file with browser rendering. Screenshot 2024-10-06 at 9 40 56 PM

🐤 Grouping

  • 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/...) Screenshot 2024-10-06 at 9 35 32 PM

🐤 Filtering

  • "Filter Equal" to the corresponding cell will filter rows with the selected cell. Screenshot 2024-10-06 at 9 37 20 PM

🐤 Filtering for SQL Enthusiasts

  • Type your own WHERE clause. Screenshot 2024-10-06 at 9 43 27 PM

Build and Usage Instructions