Sign inSign up

rich0423/carbon-aware-sdk-webapi

By rich0423

Updated over 1 year ago

Image
0

297

rich0423/carbon-aware-sdk-webapi repository overview

The Carbon Aware SDK Web API

  • Carbon aware software does more when it can leverage greener energy sources, and less when the energy CO2 emissions are higher.

  • The WebApi is the preferred deployment within large organisations to centralise management and increase control and auditability, especially in regulated environments. It can be deployed as a container for easy management, and can be deployed alongside an application within a cluster or separately.

Carbon Aware SDK

How to use this image

Start a web-api instance
docker run --rm -p 8000:8080 \
rich0423/carbon-aware-sdk-webapi:latest
Start with Wattime provider
docker run --rm -p 8000:8080 \
-e DataSources__EmissionsDataSource='WattTime' \
-e DataSources__ForecastDataSource='WattTime' \
-e DataSources__Configurations__WattTime__Type='WattTime' \
-e DataSources__Configurations__WattTime__password='password' \
-e DataSources__Configurations__WattTime__username='username' \
rich0423/carbon-aware-sdk-webapi

Tag summary

Content type

Image

Digest

sha256:e7ce8bbca

Size

106.5 MB

Last updated

over 1 year ago

docker pull rich0423/carbon-aware-sdk-webapi