Types of Data (according to structure)

Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45284653

image.png

image.png

image.png

Type of data Definition Characteristics Examples
Structured Defined schema - Easily queryable

Properties of Data (3 Vs)

Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45284671

  1. Volume
  2. Velocity
  3. Variety
  4. 💡 …Veracity?

Data Warehouses, Data Lakes & Data Lakehouses

Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45284683

Property Data Warehouse Data Lake
Schema Schema-on-write Schema-on-read
Data Types Structured Structured, Unstructured & Semi-structured
Agility Less agile/flexible More agile
Processing Pipelines ETL ELT
Cost Optimizations for complex queries are expensive Cost-effective storage, costs rise when processing lots of data
Use when… - Structured data sources