playground

The goal of this page is to provide a simple DuckDB editor experience. Allow the upload or paste of raw data (or even web data) and run queries and reports on it.

Examples

CSV Data Loader

Paste csv data with the first row having the columns

Query Explorer

Appendix

Currently working on 2 flows: 1: paste CSV and query it, 2: Define a schema, and Query it (make the process of adding data simpler)

Need to figure out what the north star solution is.

Notes