Most of Coursera/DataCamp/DataQuest/Udacity have to do with the science aspects; i.e., running things on your computer. However, I've not yet found equivalent resources for putting data/ML systems into production.<p>The aspects that I'm looking for are not how to set up MySQL or something like that. It has more to do with what all types of systems usually work together well, and how do you set up things like monitoring progress of training a model, deploying the model, versioning the model, etc.<p>I'm looking for courses/books/anything else (paid is fine) that will help me venture into this.<p>If you have a "learning path", that'd be great to have too!
<i>Designing Data Intensive Applications</i> is a good read, especially if you’re interested in the “programming in the large” aspect of data engineering [1]. It does have a slightly theoretical taste to it, but I think you’ll find that helpful since some of the problems you listed don’t really have a good solution at the moment (versioning a model, for example).<p>[1] <a href="http://dataintensive.net" rel="nofollow">http://dataintensive.net</a>