feat(data): add DAC as an open-source Tableau alternative - #36
Open
arsalann wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds DAC to
data/tools.jsonunder Analytics, and lists it in Tableau'salternativesarray.DAC is a dashboard-as-code tool: dashboards are defined in YAML or TSX files, stored in git, and served by a single Go binary. It has a built-in semantic layer for defining metrics and dimensions once and reusing them across widgets, and connects to Postgres, MySQL, Snowflake, BigQuery, Redshift and Databricks.
Against CRITERIA.md:
Scope: one tool, one category, plus the single
alternativesreference. I did not touch the generatedtools-min.json/tools_expanded*.jsonfiles — let me know if you want those regenerated in this PR.data/tools.jsonstill parses as valid JSON (146 entries).Disclosure: I work on the team that builds DAC.