-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7338f3
commit f5b20f0
Showing
16 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 1.2 데이터 포맷 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 1.3 데이터 수집 인프라 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 2.2 배치 \(Batch\) 처리 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 2.3 워크플로우 \(Workflow\) 관리 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 2.4 스트림 \(Stream\) 처리 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 3.1 데이터 분석 인프라 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 3.3 데이터 모니터링 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# 3.1 데이터 분석 인프라 | ||
# 3.2 데이터 조회 시스템 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 4.2 통계 서비스 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 4.3 추천 서비스 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 4.4 A/B 테스팅 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Practical Data Pipeline | ||
# Practical Data Pipeline \(실용적인 데이터 파이프라인\) | ||
|
||
All content is written in Korean. | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,31 @@ | ||
# Table of contents | ||
|
||
* [Practical Data Pipeline](README.md) | ||
* [Practical Data Pipeline \(실용적인 데이터 파이프라인\)](README.md) | ||
* [시작 전에 드리는 당부의 말](undefined.md) | ||
|
||
## 01 - INGESTION | ||
## 01 - 데이터 수집 <a id="01-ingestion"></a> | ||
|
||
* [1.1 데이터 수집](01-ingestion/untitled.md) | ||
* [1.1 데이터 수집](01-ingestion/1.1.md) | ||
* [1.2 데이터 포맷](01-ingestion/1.2.md) | ||
* [1.3 데이터 수집 인프라](01-ingestion/1.3.md) | ||
|
||
## 02 - Processing | ||
## 02 - 데이터 처리 <a id="02-processing"></a> | ||
|
||
* [2.1 데이터 처리](02-processing/untitled.md) | ||
* [2.1 데이터 처리](02-processing/2.1.md) | ||
* [2.2 배치 \(Batch\) 처리](02-processing/2.2-batch.md) | ||
* [2.3 워크플로우 \(Workflow\) 관리](02-processing/2.3-workflow.md) | ||
* [2.4 스트림 \(Stream\) 처리](02-processing/2.4-stream.md) | ||
|
||
## 03- Analysis Infra | ||
## 03 - 데이터 분석 인프라 <a id="03-analysis-infra"></a> | ||
|
||
* [3.1 데이터 분석 인프라](03-analysis-infra/untitled.md) | ||
* [3.1 데이터 분석 인프라](03-analysis-infra/3.1.md) | ||
* [3.2 데이터 조회 시스템](03-analysis-infra/untitled.md) | ||
* [3.3 데이터 모니터링](03-analysis-infra/3.2.md) | ||
|
||
## 04 - DATA APPLICATION | ||
|
||
* [4.1 데이터 서비스](04-data-application/untitled.md) | ||
* [4.2 통계 서비스](04-data-application/4.2.md) | ||
* [4.3 추천 서비스](04-data-application/4.3.md) | ||
* [4.4 A/B 테스팅](04-data-application/4.4-a-b.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 시작 전에 드리는 당부의 말 | ||
|