Generate Static Dashboards using Mozaic¶
Select an Example
💡 Mozaic Dashboards are generated on the fly from a yaml configuration file using Mosaic Javascript Library. They are interactive and based on parquet files. Know more below on Mozaic.
More on Mozaic¶
Mosaic javascript library can generate a dashboard:
- from a simple yaml configuration which defines
- the parquet files to use
- the interactive elements (inputs and dropdowns)
- the plots
- with interactivity thanks to duckdb
- with ultra-fast cross-filtering
Above, you can select some yaml files examples provided on Mosaic Website. At selection, it will:
- initialize a duckdb wasm database in browser
- create tables in the database by loading the parquet files
- generate the html of the inputs and plots.
The generated dashboard is interactive by changing the inputs or selecting areas in the plot. Under the hood, duckdb queries are made on the fly before rendering the changes.