Skip to content

Commit

Permalink
update notes for event sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
wicked539 committed Jun 7, 2024
1 parent 8f13ed2 commit 7a9ba50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,9 @@ <h3>Overview</h3>
<aside class="notes">
<ul>
<li>Persist events, build aggregates to handle events</li>
<li>Events should be immutable</li>
<li>Events must be immutable, problematic /w personal data</li>
<li>Schema evolution: Must be able to re-build aggregates from old events</li>
<li>When used with CQRS, we aren't allowed to query the aggregates! Instead, we have to provide separate read models called projections</li>
<li>Very steep learning curve</li>
<li>With CQRS, we cant query the aggregates -> must build read models (projections)</li>
</ul>
</aside>
</section>
Expand Down

0 comments on commit 7a9ba50

Please sign in to comment.