Can I run dashboards on my own infrastructure?
dac is open source and runs where you run it. Serve dashboards from your own environment, inside your network, querying your warehouse directly.
Command
dac serveDefined in
YAML + CI
Works with
GitHub Actions / GitLab CI
What you get
CI validationephemeral previewsgated deploys
How it works in code
# .github/workflows/dashboards.yml
- run: dac validate
- run: dac deployRun dac serve and dashboards deploy automatically on merge to main.
Related use cases
CI/CD and deployment
Deploy dashboards in CI/CD
How do I deploy dashboards automatically when I merge?
CI/CD and deploymentValidate dashboard YAML in CI
Can I catch a broken dashboard before it reaches users?
CI/CD and deploymentPreview a dashboard per branch
Can each branch get its own dashboard preview?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.