Not sure if this is type of question is for this forum but I can´t figure out any better place to ask. I have a python script fetching data. I would like to:
- Run the script on daily basis, automated
- Store the data to a database
- calculate KPIs and re-structure the data
- Visualize the data on a website (PowerBI or similar)
I know that I can make my own computer a server, but I would prefer a web service. Which webservices are there good for small hobby projects?
regards