https://github.com/randypitcherii/cloud_cost_monitoring
Repo for holding the dbt project used to make sense of cloud cost data from the major cloud platforms
https://github.com/randypitcherii/cloud_cost_monitoring
Last synced: about 2 months ago
JSON representation
Repo for holding the dbt project used to make sense of cloud cost data from the major cloud platforms
- Host: GitHub
- URL: https://github.com/randypitcherii/cloud_cost_monitoring
- Owner: randypitcherii
- License: apache-2.0
- Created: 2020-01-10T22:25:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T22:13:46.000Z (over 5 years ago)
- Last Synced: 2024-08-03T21:04:41.381Z (11 months ago)
- Language: PLSQL
- Size: 42 KB
- Stars: 37
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dbt - Cloud Cost Monitoring - A dbt project to monitor cloud costs. (Sample Projects)
README


# Cloud Cost Monitoring
This DBT project contains logic for converting raw cost data loaded from Azure, AWS, and GCP into consumable analytics tables.Snowflake costs are also gathered from the `ACCOUNT_USAGE` tables.
## Snowflake setup
I used the sql in [snowflake_setup](./snowflake_setup) to create the top level databases, warehouse, and permissions that I use for deploying to Snowflake. This is pretty hashmap-specific, so feel free to use / modify / ignore this.