https://github.com/netdata/netdata-storage-calculator
Netdata Storage Calculator
https://github.com/netdata/netdata-storage-calculator
Last synced: 11 months ago
JSON representation
Netdata Storage Calculator
- Host: GitHub
- URL: https://github.com/netdata/netdata-storage-calculator
- Owner: netdata
- License: apache-2.0
- Created: 2022-11-10T13:14:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T21:59:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T13:09:36.924Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://netdata-storage-calculator.herokuapp.com
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netdata Storage Calculator
A little [streamlit](https://streamlit.io/) based app used for estimating Netdata storage requirements.
Read Netdata documentation [here](https://learn.netdata.cloud/docs/store/change-metrics-storage).
App is available at https://netdata-storage-calculator.herokuapp.com/
You can also run the [calculator](/calculator.ipynb) notebook in google colab by pressing "Open in Colab".
## Development
The recommended way to work on this is in a GitHub Codespace. The `.devcontainer/` folder defines what will be installed into that codespace and should have everything you need.
```bash
# run app in development mode
streamlit run app.py
```