uwdata/mosaic
An extensible framework for linking databases and interactive views. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 97
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 1364
- days_rel: 8
- days_push: 7
- n_releases_24m: 36
Adoption not part of the score
1365 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mosaic is an extensible TypeScript framework that links interactive data views (plots, tables, widgets) to a backing DuckDB database for scalable processing. Components publish declarative SQL queries that a coordinator manages, optimizes, and cross-filters, enabling interactive exploration of millions to billions of records in web apps or Jupyter notebooks.
Use cases
- visualize and explore datasets with millions or billions of records interactively
- build data-driven web dashboards backed by DuckDB
- cross-filter linked charts and tables in the browser
- analyze large datasets interactively in Jupyter notebooks
- run client-side analytics with DuckDB-WASM in the browser
- create custom extensible data-driven view components
When to choose
- you need interactive visualization of very large datasets beyond what in-memory JS tools handle
- you want linked/cross-filtered views powered by a real SQL engine
- you want DuckDB either server-side or in-browser via WebAssembly
- you want a declarative visualization grammar (vgplot) with extensible architecture
When to avoid
- you need simple static charts of small datasets where a lighter library suffices
- your stack requires a database other than DuckDB
- you need server-side rendered images rather than interactive web views
Facets
framework · maturity active
data-visualization database web-framework charts data-visualization databases data-science web-development analytics browser python wasm cross-platform duckdb interactive-visualization cross-filtering vgplot jupyter scalable-data-views typescript web-server nodejs
2 sources
- readme: https://github.com/uwdata/mosaic · fetched 2026-08-28 · e51270449257
- homepage: https://idl.uw.edu/mosaic/ · fetched 2026-08-29 · 460f3f6ca595
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uwdata/mosaic | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem