콘텐츠로 바로가기
용어7

cqrs

이 용어로 연결된 기록을 섹션별로 살펴봅니다.

  1. CQRS Pattern

    Command Query Responsibility Segregation: 데이터 쓰기(Command)와 읽기(Query) 모델을 물리적으로 분리하는 아키텍처 패턴. Write Model의 이벤트를 구독하여 Read Model을 동기화하는 비동기 프로세스. 결과적...

    system-architecture-distributed-systems / event-driven-reactive-systems / cqrs-pattern
  2. Event Sourcing

    현재 상태(State)가 아니라 발생한 사건(Event)의 이력 자체를 불변 로그로 저장하는 데이터 관리 패턴. 전통 DB: `UPDATE accounts SET balance = 500` → 이전 값 유실 Event Sourcing: `[Deposited(300...

    system-architecture-distributed-systems / event-driven-reactive-systems / event-sourcing
  3. Event-Driven & Reactive Systems

    상태 변화를 이벤트로 전파하는 비동기 통신 모델과 시스템 부하에 유연하게 대응하는 반응형 프로그래밍 역학을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems
  4. Event Sourcing & CQRS Mechanics

    상태가 아닌 변화의 궤적 자체를 물리 저장하는 이벤트 소싱과, 읽기와 쓰기의 모델을 분리하여 성능을 극대화하는 CQRS의 결합 물리학을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems / event-sourcing-cqrs-mechanics
  5. Message Brokers & Stream Processing

    비동기 메시지 전달을 위한 미들웨어의 물리적 저장 방식과, 실시간으로 쏟아지는 데이터 파이프라인을 처리하는 스트림 프로세싱 물리학을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems / message-brokers-stream-processing
  6. Reactive Programming & Backpressure

    비동기 데이터 흐름을 선언적으로 다루는 프로그래밍 사상과, 소비자가 생산자의 속도를 제어하는 백프레셔(Backpressure) 물리학을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems / reactive-programming-backpressure
  7. Design Patterns for Distributed Systems

    네트워크 통신과 부분적 장애가 뒤섞인 분산 환경에서 시스템의 안정성과 성능을 보장하는 재사용 가능한 설계 패턴들을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / foundations-architectural-patterns / design-patterns-for-distributed-systems