Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda authored and gitbook-bot committed Oct 6, 2021
1 parent 0b4dd9f commit ab2dd15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 02-processing/2.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Apache Spark 는 배치 처리를 위해 많이 활용됩니다. 경우에 따

Spark 를 활용하면, 도메인 로직을 모듈로 만들고 배치 및 스트림에서 애플리케이션 \(이하 Application\) 에서 동일한 로직을 사용할 수 있습니다. 예를 들어

* Kafka 에서 데이터를 읽어 처리하는 스트림 Application 있을 때
* 장애 등의 이유로 동일한 데이터를 Kafka 가 아닌 S3 등 스토리지에서 읽어 배치처리를 할 경우
* 동일한 모듈을 이용해 가공할 수 있습니다

Flink 또한 배치 및 스트림 처리를 위한 API 를 지원합니다. 다만 이 글에서는 스트림을 위한 내용을 위주로 설명합니다.

0 comments on commit ab2dd15

Please sign in to comment.