Taaewoo / Riot_Data_Pipeline

2 stars 0 forks source link

Riot Data Pipeline

개발 과정 블로그 게시글을 참고하세요.

Architecture

Git clone

$ git clone https://github.com/Taaewoo/Riot_Data_Pipeline.git

Riot API Key 파일 생성

$ vim src/main/resources/riotApiKey.properties

"riotApiKey.properties" 파일에 아래 내용을 본인 Riot API 넣어서 작성.

https://developer.riotgames.com/ 해당 링크에서 Key 발급 가능.

riot.api.key = RGAPI-xxxxx-xxxxx-xxxx

Json 파일 생성

Kafka로 이미 전달된 Match ID를 기록하는 json 파일

$ vim src/main/resources/json/matchRecord.json

Bigdata Platform on docker

Platform Github

Kafka + Zookeeper

Airflow

Spark + HDFS