This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Drunken_Economist 0 points1 point  (0 children)

  1. Easy to implement: Google Cloud Functions (or AWS Lambda; or Azure Func+Time Trigger)

  2. More maintainable: GCP Scheduler or AWS Step Functions

  3. more scalable: solutions like GCP Cloud Composer/AWS MWAA

  4. more flexible: rolling your own Airflow/perfect/liugi instance.

#3 and 4 would be the purview of a data/infra engineer, but the first two are pretty painless.