Skip to content

Getting familiar with .net Core, SqlStreamStore, Mediatr and Typescript

Notifications You must be signed in to change notification settings

JulianMay/ExampleServiceNov2018

Repository files navigation

ExampleServiceNov2018

Trying out a design-approach (CQRS with Sql-persisted readmodels) and techstack (.net Core 2.1, Mediatr, SqlStreamStore, MsSql)

Setup:

Create an empty SQL database, and adjust the connections string in /src/ExampleServiceNov2018.Api/Startup.cs

Run:

Run the ExampleServiceNov2018.Api-project, it hosts TodoReadServiceHost (IHostedService) which projects events into a readmodel in SQL

Examples provides, ready for import to PostMan, at /ExampleServiceNov2018.postman_collection.json

About

Getting familiar with .net Core, SqlStreamStore, Mediatr and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages