Skip Navigation

(2017) Rise of the Data Engineer

medium.com The Rise of the Data Engineer

I joined Facebook in 2011 as a business intelligence engineer. By the time I left in 2013, I was a data engineer.

The Rise of the Data Engineer

This article helped defined the “data engineer” role so I’d say it belongs here!

Although some time has passed, I find it very relevant: SQL is used more than ever, graphical ETL tools that don’t output code are rare and vendors are still trying to convince executives to trust all their data to proprietary data warehouses.

The author Maxime Beauchemin also wrote Airflow and Superset so they have some experience worth listening to.

5
5 comments
  • Unlike data scientists — and inspired by our more mature parent, software engineering — data engineers build tools, infrastructure, frameworks, and services.

    Just a comment on this note: At my company, I started changing our job posting titles from “Data Engineer” to “Software Engineer, Data.” “Data Engineer” is such a loose title which seems to change definition from company to company. I found that those “data engineer” postings attract lots of applicants who know enough SQL to be dangerous and programming wise- didn’t know much beyond making a “hello world” or a calculator in a single Python script. Software “best practices” and design principles were no where to be found. Those applicants were more “data analytics engineers” than “developers.”

    Once job titles changed to “software” engineering, we got the engineers we were looking for.

  • Man, SSIS really stunk. You'd end up having to write your own components anyways and had the extra layer of making them look like pricey RAD toolkit bits to satisfy empty suits. And then you'd have to write SSIS packages that wrote SSIS packages to deal with fluid schemas from multiple teams deploying all of the time.