1 link tagged with all of: data-visualization + wasm + composable-syntax
Click any tag below to further narrow down your results
Links
ggsql extends SQL so you can write data queries and visualization specs in one composable syntax based on the Grammar of Graphics. It compiles to WebAssembly, works with DuckDB/SQLite and Vega-Lite, and offers an in-browser playground for immediate testing.
- ggsql lets you write a SQL query and a Grammar-of-Graphics chart spec (VISUALISE/DRAW/SCALE/LABEL) in one statement, skipping export-then-plot workflows in Python/R
- It compiles to WebAssembly, runs in-browser via a playground, and currently works with DuckDB/SQLite for data and Vega-Lite for rendering (alpha stage, more connectors/exports planned)
- Its simple, declarative key-value syntax is designed to be easy for both humans and AI tools to generate and inspect