Ask HN: How to Learn Data Engineering?

3 points by factorymoo ↗ HN
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.

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?

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!

2 comments

[ 3.2 ms ] story [ 10.9 ms ] thread
What level of detail are you looking for? Have you not tried just putting the sensor data into a simple SQLite database and starting there?