-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-engineering.typ
More file actions
41 lines (27 loc) · 907 Bytes
/
data-engineering.typ
File metadata and controls
41 lines (27 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#import "template.typ": project
#project("Data Engineering")[
#align(center)[#block(fill: luma(245), inset: 10pt, width: 80%, text(size: 9pt)[
#align(center)[#text(size: 24pt, weight: "bold")[Data Engineering]]
])]
#outline(title: "Table of Contents", depth: 2)
#emph[Enjoy.]
#pagebreak()
#include "data-engineering/batch-processing.typ"
#pagebreak()
#include "data-engineering/change-data-capture.typ"
#pagebreak()
#include "data-engineering/data-quality.typ"
#pagebreak()
#include "data-engineering/etl-vs-elt.typ"
#pagebreak()
#include "data-engineering/lakehouse-engineering.typ"
#pagebreak()
#include "data-engineering/orchestration.typ"
#pagebreak()
#include "data-engineering/schema-evolution.typ"
#pagebreak()
#include "data-engineering/streaming.typ"
#pagebreak()
#include "data-engineering/watermarks-and-windows.typ"
#pagebreak()
]