Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

learning event sourcing

NotificationsYou must be signed in to change notification settings

ddd-cqrs-es/cqrs-and-event-sourcing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning CQRS and Event Sourcing.This is a small, very contrived shopping app with three aggregates: Basket, Product and Order.Each aggregate has it's own set of command and events, a read model. Each is managed independently using it's own API and JS web app.An OrderProcessManager ties these aggregates together by reacting to events and dispatching commands to other aggregates.

Underneath is a very simple CQRS-ES "framework" with a SQLServer database for command queuing and event storage.The read models are backed by SQLServer db and populated by simple console apps which run event handlers.

About

learning event sourcing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C#74.4%
  • JavaScript14.2%
  • HTML11.3%
  • Classic ASP0.1%

[8]ページ先頭

©2009-2025 Movatter.jp