Skip to content
ng-druid edited this page Oct 16, 2022 · 2 revisions

hedge_identity_mini

HEDGE lives on cutting edge bouncing restful requests to climate friendly data centers around the world trimming down api carbon emissions.

Issues

Renewable Redirect

Redirect edge requests to data centers favoring renewable energy and/or lower carbon intensity. World wide future carbon intensity estimations from the Carbon Aware API will be aggregated periodically by renewable report lambda to shared object store. The renewable report will also be available to browsers directly through cloudfront. Modern JavaScript applications can access this data and determine for themselves the best data center bypassing the edge redirect.

flowchart LR
subgraph client
browser
end
subgraph AWS
subgraph edge location
browser-->renewable_redirect
renewable_redirect-->objectstore
cloudfront-->objectstore
browser-->cloudfront
end
subgraph us-east-2
renewable_redirect-->api1
renewable_report-->objectstore
end
subgraph us-west-1
renewable_redirect-->api2
end
subgraph eu-west-2
renewable_redirect-->api3
end
subgraph eu-west-1
renewable_redirect-->api4
end
end
Loading

Renewable Report

The renewable report is written periodically contains limited data to make a favored lowest carbon intensity location determination quickly by applications ie. lambdas, clients, etc.

Clone this wiki locally