Skip to content

python-data-engineering/python-data-engineer-roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Python Data Engineer - Roadmap

Hello! We have created this list to help you to get started with Data Engineering. The list below contains a collection of links that have helped our Data Engineers out along the way (and can hopefully help you).

This roadmap also contains a Web Framework and Template Engine that doesn’t fall under Data Engineering but can be used and helpful to build autonomous/dynamic data pipelines.

Basics of Data Engineering

  • What is Big Data? [en.wikipedia.org/wiki/Big_data]

  • Data Engineer vs Data Analyst vs Data Scientist

    • Data Engineer

      • Data Mining for getting insights from data

      • Conversion of erroneous data into a useable form for data analysis

      • Writing queries on data

      • Maintenance of the data design and architecture

      • Develop large data warehouses with the help of extra transform load (ETL)

    • Data Analyst

      • Collecting information from a database with the help of queries

      • Enable data processing and summarize results

      • Use basic algorithms in their work like logistic regression, linear regression and so on

      • Possess and display deep expertise in data munging, data visualization, exploratory data analysis and statistics

    • Data Scientist

      • Manage, mine, and clean unstructured data to prepare it for practical use

      • Develop models that can operate on Big Data

      • Understand and interpret Big Data analysis

      • Take charge of the data team and help them towards their respective goals

      • Deliver results that have an impact on business outcomes

Data Platforms for Practice

TOOLS & TECHNOLOGIES

Python Programming

Apache Kafka

Hadoop HDFS

HIVE (OLAP)

HBASE (OLTP)

Apache Airflow

Apache Spark

RDBMS (SQL)

NoSQL

OPTIONAL BUT RECOMMENDED

Django - Web Development Framework

Jinja - Template Engine

Apache Atlas

Apache Ranger

Data Query Engines

Trifacta - Data Wrangling Tool

Useful Certifications for Data Engineers

  • Databricks - Certified Associate Developer for Apache Spark 3.0 [View]

  • Airflow - Astronomer Certification: Apache Airflow Fundamentals [View]

  • Confluent - Certified Developer for Apache Kafka [View]

  • Microsoft Azure - Exam DP-203: Data Engineering on Microsoft Azure (Azure Data Engineer Associate) [View]

  • Google - Professional Data Engineer [View]

  • AWS - Certified Big Data - Specialty [View]

References