Skip to content

A demo ticket manager app which I develop to study event sourcing and CQRS.

Notifications You must be signed in to change notification settings

BalazsArva/ES-CQRS-TicketManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicketManager - .NET Event Sourcing and CQRS demo app

A demo ticket manager app which I develop to study and experiment with event sourcing and CQRS.

The app is a simplified ticket manager in which users (no authentication planned for now) can create tickets such as tasks and bugs, provide them with details, assign priorities, perform state transitions, comment on them and create links between them such as clone, duplicate, etc.

The app uses Entity Framework Core 2.2 and MS SQL Server for storing the events and RavenDb 4.1 for storing the contemporary state constructed from the events as JSON documents.

The query and command APIs run in the same process for now, so there is no dependency on an external message bus, it uses MediatR to dispatch notifications when an event occurs and the documents must be updated.

About

A demo ticket manager app which I develop to study event sourcing and CQRS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published