Dynamic Dashboards
- Dynamic data filters
- Generate chart annotations from your data
- Conditionally show sections
Open Source, SQL-driven Data Dashboards powered by DuckDB.
Build analytics dashboards simply by writing SQL:
SELECT 'Sessions per Week'::LABEL;SELECT date_trunc('week', created_at)::XAXIS, category::CATEGORY, count()::BARCHART_STACKED,FROM datasetGROUP BY ALL ORDER BY ALL;
Get dynamic dashboards you can embed directly into your application:
Dynamic Dashboards
The Full Power of DuckDB
Embedded Analytics
Give users access to their data
No lock-in
Shaper is open source and free to use
Own your Data
Runs in your infrastructure
Familiar
If you know SQL, you know how to use Shaper
Simple Operations
Run a single Docker Container
Start data projects with a single tool. Bring in additional tools as needed.
Shaper allows you to keep simple things simple and plays well with other tools once your needs grow more complex.
Data Storage
Ingest API
Remote Data
Data Transform