Skip to content

Commit

Permalink
feature: 이벤트 드리븐 아키텍처 md 파일 번역 (iluwatar#2429)
Browse files Browse the repository at this point in the history
Co-authored-by: 권용환/서버파트/BF <[email protected]>
Co-authored-by: Ilkka Seppälä <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2023
1 parent f3591b0 commit 9520352
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions localization/ko/event-driven-architecture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Event Driven Architecture
category: Architectural
language: ko
tag:
- Reactive
---

## 의도
이벤트 드리븐 아키텍처를 사용하는 다른 어플리케이션에 특정 객체의 상태 변화를 알리고 관련 이벤트를 발송할 수 있습니다.

## 클래스 다이어그램
![alt text](./etc/eda.png "Event Driven Architecture")

## 적용 가능성
아래와 같은 상황에서 이벤트 드리븐 아키텍처를 사용할 수 있습니다.

* 느슨하게 연결된 시스템을 구축하고자 하는 경우
* 반응형 시스템을 구축하고자 하는 경우
* 확장성을 갖춘 시스템을 구축하고자 하는 경우

## 실제 적용 사례

* Chargify라는 결제 API에서는 다양한 이벤트를 통해 결제 활동을 드러냅니다. (https://docs.chargify.com/api-events)
* Amazon의 AWS Lambda에서는 Amazon S3 버킷에서의 변경, Amazon DynamoDB 테이블에서의 수정이나 어플리케이션 및 기기에서 발생한 커스텀 이벤트에 대응하여 코드를 실행할 수 있습니다. (https://aws.amazon.com/lambda)
* MySQL은 데이터베이스 테이블에서 발생하는 삽입이나 수정 이벤트를 기반으로 트리거를 실행합니다.

## 크레딧

* [이벤트 드리븐 아키텍처 - 위키피디아](https://en.wikipedia.org/wiki/Event-driven_architecture)
* [이벤트 드리븐 아키텍처는 무엇인가?](https://aws.amazon.com/event-driven-architecture/)
* [실제 적용 사례/이벤트 드리븐 아키텍처](https://wiki.haskell.org/Real_World_Applications/Event_Driven_Applications)
* [이벤트 드리븐 아키텍처의 정의](http://searchsoa.techtarget.com/definition/event-driven-architecture)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9520352

Please sign in to comment.