Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion data/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,8 @@
"description": "Powerful data visualization and business intelligence platform.",
"alternatives": [
"metabase",
"superset"
"superset",
"dac"
],
"logo_url": "https://www.google.com/s2/favicons?sz=128&domain=tableau.com",
"pros": [
Expand Down Expand Up @@ -1332,6 +1333,30 @@
},
"_request_heal": "missing_infrastructure"
},
{
"slug": "dac",
"name": "DAC",
"category": "Analytics",
"is_open_source": true,
"github_repo": "bruin-data/dac",
"stars": 728,
"website": "https://getbruin.com/docs/dac/",
"description": "Dashboard-as-code tool that defines dashboards in YAML and TSX, with a built-in semantic layer.",
"pros": [
"Dashboards live in git and are reviewed like code",
"Semantic layer defines metrics once and reuses them",
"Single Go binary, no external services required",
"Connects to Postgres, MySQL, Snowflake, BigQuery, Redshift and Databricks"
],
"cons": [
"Requires writing YAML or TSX instead of a drag-and-drop editor",
"Younger project with a smaller ecosystem than Metabase or Superset"
],
"last_commit": "2026-08-19T14:02:46Z",
"language": "Go",
"license": "AGPLv3",
"logo_url": "https://www.google.com/s2/favicons?sz=128&domain=getbruin.com"
},
{
"slug": "auth0",
"name": "Auth0",
Expand Down