Skip to content

Commit 9df9ab4

Browse files
committed
ADD 데이터조직
1 parent af636ba commit 9df9ab4

5 files changed

Lines changed: 71 additions & 7 deletions

File tree

_data/pageMap.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
summary: '새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)'
1313
parent: index
1414
url: /wiki/개발환경세팅
15-
updated: '2021-08-09 10:27:11 +0900'
15+
updated: '2021-10-10 17:33:23 +0900'
1616
children: []
1717
기본적인내용:
1818
type: wiki
@@ -22,6 +22,14 @@
2222
url: /wiki/기본적인내용
2323
updated: '2018-11-07 09:56:27 +0900'
2424
children: []
25+
데이터조직:
26+
type: wiki
27+
title: 데이터조직
28+
summary: '데이터 조직 만들기'
29+
parent: 조직관리
30+
url: /wiki/데이터조직
31+
updated: '2022-07-04 02:00:32 +0900'
32+
children: []
2533
성능튜닝:
2634
type: wiki
2735
title: 성능튜닝
@@ -52,8 +60,8 @@
5260
summary: '조직관리에 유용한 정보 정리'
5361
parent: index
5462
url: /wiki/조직관리
55-
updated: '2021-07-02 16:33:03 +0900'
56-
children: []
63+
updated: '2022-05-09 09:22:02 +0900'
64+
children: [데이터조직]
5765
Airflow:
5866
type: wiki
5967
title: Airflow
@@ -86,6 +94,14 @@ Async:
8694
url: /wiki/Async
8795
updated: '2019-05-10 09:14:36 +0900'
8896
children: []
97+
AWS:
98+
type: wiki
99+
title: AWS
100+
summary: AWS
101+
parent: Infra
102+
url: /wiki/AWS
103+
updated: '2021-08-11 01:14:56 +0900'
104+
children: []
89105
Bean_Validation:
90106
type: wiki
91107
title: 'Bean Validation'
@@ -196,7 +212,7 @@ GOF_DesignPattern:
196212
summary: 'GoF 디자인 패턴'
197213
parent: Books
198214
url: /wiki/GOF_DesignPattern
199-
updated: '2019-04-24 08:53:22 +0900'
215+
updated: '2021-12-29 18:33:23 +0900'
200216
children: []
201217
Gradle:
202218
type: wiki
@@ -236,7 +252,7 @@ index:
236252
summary: 'anyjava wiki index'
237253
parent: null
238254
url: /wiki/index
239-
updated: '2021-08-11 11:33:57 +0900'
255+
updated: '2022-07-04 01:51:13 +0900'
240256
children: []
241257
Infra:
242258
type: wiki
@@ -245,7 +261,7 @@ Infra:
245261
parent: index
246262
url: /wiki/Infra
247263
updated: '2020-02-17 17:39:02 +0900'
248-
children: [Airflow, k8s, Kafka, RabbitMQ]
264+
children: [Airflow, AWS, k8s, Kafka, RabbitMQ]
249265
initSpring:
250266
type: wiki
251267
title: 'Spring Boot 프로젝트 초기 설정시 해야 할것'

_data/tagList.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- 성능
22
- '연말정산,공인인증서'
3+
- '조직관리,Data'
34
- 회고
45
- action
56
- agile
@@ -9,6 +10,7 @@
910
- annoatation
1011
- architecture
1112
- 'async,'
13+
- 'aws,cloud'
1214
- batch
1315
- bean_scope
1416
- 'bean,'

_data/tagMap.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- {fileName: WebFlux}
1313
tip:
1414
- {fileName: 기본적인내용}
15+
'조직관리,Data':
16+
- {fileName: 데이터조직}
1517
'java,':
1618
- {fileName: 성능튜닝}
1719
- {fileName: Interface}
@@ -37,6 +39,8 @@ architecture:
3739
- {fileName: Async}
3840
task_executor:
3941
- {fileName: Async}
42+
'aws,cloud':
43+
- {fileName: AWS}
4044
'bean,':
4145
- {fileName: Bean_Validation}
4246
validation:

_wiki/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : index
44
summary : anyjava wiki index
55
date : 2018-08-15 19:41:36 +0900
6-
updated : 2021-08-11 20:50:55 +0900
6+
updated : 2022-07-04 01:51:13 +0900
77
tags :
88
toc : true
99
public : true
@@ -74,6 +74,7 @@ latex : false
7474
* [[Android]]
7575

7676
* [[조직관리]]
77+
* [[데이터조직]]
7778
* [[Books]]
7879
* [[CleanAgile]]
7980
* [[Refactoring]]

_wiki/데이터조직.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout : wiki
3+
title : 데이터조직
4+
summary : 데이터 조직 만들기
5+
date : 2022-07-04 01:51:16 +0900
6+
updated : 2022-07-04 02:00:32 +0900
7+
tags : 조직관리,Data
8+
toc : true
9+
public : true
10+
parent : 조직관리
11+
latex : false
12+
---
13+
* TOC
14+
{:toc}
15+
16+
17+
## 데이터조직 만들기
18+
19+
* 첫 데이터엔지니어 채용
20+
21+
* 사용자 행동데이터도 제대로 없고, Replication DB 를 통해서 서비스 데이터를 보는 환경
22+
* `데이터엔지니어`로 전향을 희망하는 경력자를 타겟으로 JD 를 작성하자.
23+
* 그리고 DataPipeline 에 집착하는 엔지니어보다 비즈니스 가치를 만들어 낼 수 있는 엔지니어를 우선시!
24+
25+
* Data Infra
26+
* ETL pipeline 을 잘 잡아야 한다. 주의해야할 점은 도구에 얽매이지 말고 문제해결에 집중해라
27+
* AWS 를 사용한다면, 대부분의 저장소는 S3로 해결가능하다. (Redshift 등은 초반이 고려대상은 아니다.)
28+
* DataLake 는 S3로 했음.
29+
30+
* Data Driven
31+
* 분석도구를 보다보면 다양한 툴들이 있는데, 무엇보다도 중요한건 팀이 데이터 중심으로 워킹하고 있는지이다.
32+
* 목적이든 기능이든 팀에서 적극적으로 데이터 중심으로 의사결정하고 실험할 수 있는 조직이 되어야 한다.
33+
* 기획/사업/PM 포지션에서는 데이터를 적극적으로 챙겨야하고, 엔지니어들도 데이터에 관심이 있도록 해야한다.
34+
* 즉, 누구나 빠르게 데이터를 남겨야 하고, 바로 피드백을 받을 수 있는 구조를 만들어야 한다.
35+
36+
37+
## 링크
38+
39+
* [최신 데이터 인프라 이해하기](https://www.youtube.com/playlist?list=PLL-_zEJctPoJ92HmbGxFv1Pv_ugsggGD2)
40+
* [스타트업에서 데이터 팀 만들기](https://news.hada.io/topic?id=4597)
41+
* [데이터 실험에서의 실험자 편향](https://cojette.github.io/expbias/)

0 commit comments

Comments
 (0)