DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Why CronTab Is The Ultimate Data Science Back-end Tool

5 years ago towardsdatascience.com
Why CronTab Is The Ultimate Data Science Back-end Tool

Summary: This is a summary of an article originally published by the source. Read the full original article here →

The ultimate goal in data-science is typically going to be automation. Often there might be a script that you would want to run daily or a simple file moving that needs to be performed at a certain time.

While Bash is great, it doesn’t come out of the box ready to automate scripts, in order to take advantage of using bash commands for running scripts automatically, we will need to use a tool called CronTab.

I have found that a great use for CronTab in Data Science is to run a script that retrains and outputs a serialized model for an endpoint to use.

In order to schedule a CronTab you will need to convert the appropriate time to a cron time stamp.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com