Skip to content

A sample CQRS implementation with Event Sourcing built using DotNetCore, CQRSLite, ElasticSearch, React, and Redux

Notifications You must be signed in to change notification settings

jshuckeba/netcore_cqrs

Repository files navigation

Introduction

This repository contains the source code for my 2018 Orlando Code Camp presentation on CQRS and Event Sourcing with .NET Core, CQRSLite and Elasticsearch. The intent of the project is to educate other developers on the CQRS and Event Sourcing patterns and to serve as a streamline to bootstrap new projects. This project also uses the new SignalR for .NET Core implementation to push events to the browser.

Slides from the presentation can be found here

Get Started

  1. The Elasticsearch Dockerfile can be found at (https://hub.docker.com/r/sebp/elk/)
  2. You will likely need to perform this heap-size modification on the docker file.

Resources

About

A sample CQRS implementation with Event Sourcing built using DotNetCore, CQRSLite, ElasticSearch, React, and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages