Web application written in Python using Dash framework and deployed on a Heroku dyno (Heroku containers are called Dynos)
It's a single page webapp with two graphs:
- CPU (combined) and Virtual Memory consumed on the Heroku Dyno in real time
- Bytes sent/recv in real time
For fun, and to get familiar with Dash and Heroku deployments.
brew install heroku/brew/heroku
sudo snap install --classic heroku
get installer from: https://devcenter.heroku.com/articles/heroku-cli
heroku login
heroku git:clone -a dash-on-heroku
cd dash-on-heroku
git add .
git commit -am "dash-on-heroku clone"
git push heroku master