Hi, I've been a data scientist in FAANG for 10 years. I realize that I heavily rely on data engineers to ensure that I have data ready to analyze / create tables on top of.<p>I would like to learn how to set up my own database. Say a sensor / app is emitting data, how do I go from that raw signal (could be digital or analog) to a nice SQL style table?<p>My company gives my L&D budget so happy to pay for courses / classes. Ideally a course over a book given my learning style but I'm happy with any quality resource!
You could try the Stanford database moocs [0], they're on EdX as well. This will focus more on the relational model, SQL and database fundamentals. These are the fundamentals you need to understand so you can structure your tables and design a schema.<p>[0] <a href="https://online.stanford.edu/courses/soe-ydatabases0005-databases-relational-databases-and-sql" rel="nofollow">https://online.stanford.edu/courses/soe-ydatabases0005-datab...</a>