Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Glos projection

Christopher Bennage edited this page Jan 30, 2015 · 1 revision

Projection

  • A term used in CQRS to describe the views on the read-side.
  • Views on the read-side are projections of the data on the read-side.
  • The data on the read-side may be a denormalized version of the data on the write-side, or if you are using event sourcing the set of events from the write-side.
Clone this wiki locally