Hacker News new | ask | show | jobs
by 77ko 2442 days ago
Whats the easiest way to make public on the internet a small streamlit powered analysis?

I saw there is a Streamlit for teams in the future (sounds expensive) and on the forums they recommended to make a docker container and host it anywhere, which is doable, but I'd love a way to be able to just put something up on the internet for a short period of time, sort of how now.sh[1] works.

[1]: https://zeit.co/home

1 comments

For now I managed to host it for short while using EC2 and continous script deployment which I described in detail here: https://medium.com/@pokepim/deploying-streamlit-app-to-ec2-i...