A simple Rill project for analyzing AWS Cost and Usage Reports (CUR).
- Rill CLI installed
- AWS CUR data exported to S3 in Parquet format
- Configure your S3 connection:
mv .env.SAMPLE .env
# Edit .env with your S3 bucket details- Start Rill:
rill start- Open the browser (Rill will provide the URL) and navigate to the dashboards.
sources/- Data source definitions (S3 connection to CUR data)metrics/- Metrics view definitionsdashboards/- Dashboard and canvas definitionsconnectors/- Connector configurations (Clickhouse, DuckDB, S3)
This is a simple version of a another utility that generates a Rill dashboard based on your CUR schema, see aws-cur-wizard.