Welcome to the Data Engineering Nanodegree Program

Introduction to Data Engineering

Working with source systems

In this lesson you will explore the source systems that data engineers typically interact with. Then, in Lesson 2, you will learn how to connect to various source systems and troubleshoot common connectivity issues.

Introduction to Data Modeling

In this course, you’ll learn to create relational and NoSQL data models to fit the diverse needs of data consumers. You’ll understand the differences between different data models, and how to choose the appropriate data model for a given situation. You’ll also build fluency in PostgreSQL and Apache Cassandra

Relational Data Models

Project Data Modeling with Postgres

NoSQL Data Models

Project Data Modeling with Apache Cassandra

Introduction to Data Warehouses

In this course, you’ll learn to create cloud-based data warehouses. You’ll sharpen your data warehousing skills, deepen your understanding of data infrastructure, and be introduced to data engineering on the cloud using Amazon Web Services (AWS).

Introduction to Cloud Computing and AWS

Implementing Data Warehouses on AWS

Project: Data Warehouse

Data ingestion

This week you'll delve deeper into batch and streaming ingestion patterns. You'll identify use cases and considerations for each, and then create a batch ingestion pipeline and a streaming pipeline. When examining batch ingestion, you'll compare and contrast the ETL and ELT paradigms. You'll also explore various AWS services for batch and streaming ingestion.

The Power of Spark

In this course, you will learn more about the big data ecosystem and how to use Spark to work with massive datasets. You’ll also learn about how to store big data in a data lake and query it with Spark.

Data Wrangling with Spark

Debugging and Optimization

Introduction to Data Lakes

Project: Data Lake

DataOps

In the first lesson, you'll explore DataOps automation practices, including applying CI/CD to both data and code, and using infrastructure-as-code tools, such as Terraform, to automate the provisioning and management of your resources. Then, in lesson 2, you'll explore DataOps observability and monitoring practices, including using tools like Great Expectation to monitor data quality and Amazon CloudWatch to monitor infrastructure.

Data Pipeline

In this course, you’ll learn to schedule, automate, and monitor data pipelines using Apache Airflow. You’ll learn to run data quality checks, track data lineage, and work with data pipelines in production.

Data Quality

Production Data Pipelines

Orchestration, monitoring, and automation of your data pipelines

This week, you'll learn all about orchestrating your data pipeline tasks. You'll identify the various orchestration tools, but focus on Airflow, one of the most popular and widely used tools today. You'll explore Airflow's core components, the Airflow UI, and how to create and manage DAGs using Airflow's various features.

Project Data Pipelines

Capstone Project

Take 30 Min to Improve your LinkedIn

Job Search

You’re in this Nanodegree program to take the next big step in your career - maybe you’re looking for a new job, or you’re learning new skills for your current job … or maybe you’re not sure what to do, but you know you need to make a career change.

Refine Your Entry-Level Resume

Craft Your Cover Letter

Optimize Your GitHub Profile

Develop Your Personal Brand

01. Introduction to the Course

Databases: A database is a structured repository or collection of data that is stored and retrieved electronically for use in applications. Data can be stored, updated, or deleted from a database.

Database Management System (DBMS): The software used to access the database by the user and application is the database management system. Check out these few links describing a DBMS in more detail.

  1. Introduction to DBMS
  2. DBMS as per Wikipedia