Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

6 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Data Science Report Enrichment

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java
Data Science Report Enrichment

AI Summary: Implement carbon emission calculations for cloud storage (HDD and SSD) in the Carbonara project, using energy consumption data and formulas provided by CloudCarbonFootprint. This involves adding new logic to the existing Apache Spark job to process storage usage data from AWS CUR reports and calculate corresponding CO2 emissions.

Complexity: 3/5
enhancement good first issue help wanted

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java
Data Science Report Enrichment

AI Summary: Add SPDX license headers (specifically `// SPDX-License-Identifier: Apache-2.0`) to all source code files within the Carbonara project to ensure proper license attribution.

Complexity: 2/5
good first issue help wanted

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java
Data Science Report Enrichment

AI Summary: Implement a new module in the Carbonara project to estimate Power Usage Effectiveness (PUE) values. This module should integrate data from the Green Software Foundation's Real-time Cloud dataset (specifically, Cloud_Region_Metadata.csv) to provide accurate PUE estimates for enriching AWS CUR reports. The module should be designed to seamlessly integrate into the existing Apache Spark-based pipeline.

Complexity: 3/5
enhancement good first issue

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java
Data Science Report Enrichment
good first issue help wanted

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java
Data Science Report Enrichment

AI Summary: Implement a configuration mechanism for the Carbonara project's enrichment modules, allowing users to specify which modules to use, their order, and their parameters via a YAML configuration file. The configuration should be easily accessible within the Spark job and ideally leverage existing configuration management techniques.

Complexity: 4/5
good first issue help wanted

Enrichment pipeline for CUR / FOCUS reports which adds energy, water and carbon estimates

Java