An open API service indexing awesome lists of open source software.

https://github.com/nishanth-saka/duckdb-browser-standalone

DuckDB In-Browser GUI
https://github.com/nishanth-saka/duckdb-browser-standalone

browser csv-files duckdb html tabulation wasm

Last synced: about 2 months ago
JSON representation

DuckDB In-Browser GUI

Awesome Lists containing this project

README

          

# Duckly LOCAL - a Browser-based DuckDB-WASM + HTML App

"Duckly - LOCAL" offers an in-browser SQL environment powered by DuckDB-Wasm and Monaco Editor. It facilitates quick data analysis without the need for backend infrastructure, making it a valuable tool for data enthusiasts and professionals alike.​

https://github.com/user-attachments/assets/77030584-7c7d-4558-a483-d131a8c90e5d

**DuckDB-Wasm Integration:** Uses the latest web version (@duckdb/duckdb-wasm) with in-browser (multiple) CSV loading.

**Schema Explorer:** Lists tables and lets you click to see schema details + copy SQL snippets - from multiple CSV files.

**Searchable Column Index:** Live filtering through column names and clipboard support.

**SQL Editor:** Monaco-powered, with SQL syntax highlighting and keyword suggestions.

**Result Viewer:** Tabulator renders paginated, sortable, filterable tables.

**Notes Section:** Monaco-powered notes editor, with auto-save and clear functionality.

**CSV Export:** Easy export of Tabulator table data.

**History Tracker:** Appends every executed query to the notes pane.