Answer the question
In order to leave comments, you need to log in
Which service to choose to run a doker container with different parameters on a schedule?
The problem statement is as follows: there is a pipeline for using a machine learning model, written in python, which works as follows:
1. We collect data from a given public web service via api.
2. We process them using python scripts and write them to csv.
3. We feed csv to the input of the model and get the results, which we upload via api to another public web service.
Now I run this pipeline from a local laptop with my hands every day, but I would like to automate this and put it on a schedule. Renting a virtual server for this business seems too bold to me. Perhaps there are some services where you can upload either python scripts or a docker container in which they will lie. Another important point is the ability to store intermediate csv files with data, or the ability to use a DBMS.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question