https://github.com/edawson/storage-consumption-calculator
An R shiny app for calculating the energy used when storing a specified amount of data.
https://github.com/edawson/storage-consumption-calculator
Last synced: 5 days ago
JSON representation
An R shiny app for calculating the energy used when storing a specified amount of data.
- Host: GitHub
- URL: https://github.com/edawson/storage-consumption-calculator
- Owner: edawson
- Created: 2023-11-01T18:05:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T02:53:27.000Z (over 1 year ago)
- Last Synced: 2025-02-25T06:30:13.261Z (4 months ago)
- Language: R
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Storage Consumption Calculator
Author:
Eric T. Dawson
November 2023## Intro
This is a small script for calculating the amount of energy used while storing a specific amount of data in various units.## Running the applet
This repository can be cloned and run with R Shiny:
```bash
git clone --recursive https://github.com/edawson/storage-consumption-calculator.gitcd storage-consumption-calculator
```There are two calculator apps at present:
- data-energy-calculator.R : A calculator that estimates the amount of energy
required to store a given amount of data over a set timeframe.
- patent-life-history.R : A calculator that calculates the total energy consumption
associated with a simulated life history of a healthcare patient.To run, open the calculator you want in RStudio and click "run app" in the upper-right hand corner.
Estimates for disk energy utilization are drawn from: https://www.cloudcarbonfootprint.org/docs/methodology/#storage
## Wish list
- [ ] Add tape to the disk type radio list
- [ ] Add a slider to select among drive densities and wattages
- [ ] Add a slider for disk utilization (disks are rarely, if ever, 100% filled)
- [ ] implement logic for NAS, data center, and hyperscale storage utilization multipliers## Citation
```
```## License
MIT