mtthwcmpbll / spring-boot-carbon-metrics

This repository is a project to automatically instrument a Spring Boot app with carbon-aware sustainability metrics.
Apache License 2.0
7 stars 4 forks source link

Create a playground with starter and multiple services #22

Closed iamdebojyoti closed 2 years ago

iamdebojyoti commented 2 years ago

This commit consists of :

  1. A starter which hits the emissions endpoint of carbon-aware-sdk to fetch the carbon rating.
  2. This starter is integrated with the hello-service and weather-service
  3. A docker-compose file composed of the services and carbon-aware-sdk
  4. A shell script(playground.sh) to spawn up the demo environment

This closes #1 and #3