BigData

CQRS & Event Sourcing

Kyle79 2019. 8. 8. 09:07

https://velog.io/@vies00/CQRS-Event-Sourcing-4ajtjni505

 

CQRS & Event Sourcing

CQRS (Command Query Responsibility Segregation) image.png bertrand meyer의 책 객체 지향 소프트웨어에서 시작된 개념. 상태를 변경하는 명령과 단순 질의를 분리하여, 응집력있는 프로그램을 만드는 것. 구현 방식 : command가 발생하면 변경된 결과가 query에 전달되어 update된 상태를 반영...

velog.io

 

https://github.com/Baeldung/spring-event-sourcing-and-cqrs

 

Baeldung/spring-event-sourcing-and-cqrs

Project code for the "CQRS and Event Sourcing with Spring and Spring Boot" Workshop: - Baeldung/spring-event-sourcing-and-cqrs

github.com

 

 

https://edykim.com/ko/post/eventsourcing-pattern-cleanup/

 

이벤트 소싱 event-sourcing 패턴 정리

최근 프로젝트에서 audit을 생성하는 코드를 작성하면서 이벤트 소싱 패턴을 찾아보게 되었다. 여러 포스트를 통해 접해본 내용이지만 실제로 구현해보지 않아서 크게 와닿지 않았었다. 특히 용어가 익숙하지 않았는데 읽으며 궁금해서 찾아봤던 순서대로 정리…

edykim.com

 

 

https://cyberx.tistory.com/98

 

Event 기반 Microservices - Event Sourcing 및 CQRS

현재 IT업계에서는 기존 Monolithic 방식의 개발방식에 대한 많은 문제점을 인식하고 있는 상황입니다. 그에 따른 대안으로 Microservice Architecture나 Serverless Architecture등 다양한 방안 찾고 있지만 일반..

cyberx.tistory.com

 

 

 

 

'BigData' 카테고리의 다른 글

Presto - Superset  (0) 2019.08.26
Airflow & K8s  (0) 2019.08.21
Apache Oozie  (0) 2019.08.05
Hue(Hadoop User Experience)  (0) 2019.08.05
travis 배포 및 자동화  (0) 2019.07.31