I
I
Ilya2020-12-23 16:18:46
Python
Ilya, 2020-12-23 16:18:46

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

2 answer(s)
D
Dmitry, 2020-12-23
@dmtrrr

Well, if $ 5 a month is "too fat", then there are no options left.

D
Dim Boy, 2020-12-23
@twix007

Take Amazon or Google VPS for a year for free and save up money for the next year for VPS at $ 2 per month ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question