Examples of implementation CQRS with Event Sourcing - evolutionary approach
created at Jan. 15, 2019, 6:42 a.m.
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
created at Feb. 3, 2019, 3:05 p.m.
The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the blog.
created at Feb. 17, 2019, 4:39 p.m.
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
created at May 8, 2019, 5:11 p.m.
Full Modular Monolith application with Domain-Driven Design approach.
created at Aug. 23, 2019, 12:12 a.m.
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
created at Nov. 20, 2019, 4:21 p.m.
Microservice native message and event store for Postgres
created at Dec. 6, 2019, 1:17 a.m.
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
created at Dec. 13, 2019, 6:29 a.m.
Exploring Domain-Driven Design in Golang
created at Jan. 21, 2020, 5:57 p.m.
API to convert Bikram Sambat (BS) (also called Vikram Samvat) dates to Gregorian dates and vice-versa
created at Feb. 4, 2020, 9:36 a.m.
A library to facilitate communication between CommandService and QueryService. The Idea is when any event occures in commandService, it should be persisted in QueryService in MongoDb, SqlServer, MySql and PostgreSQL
created at Feb. 26, 2020, 7:37 a.m.
A curated list of ressources for Domain Storytelling practitioners. PR are welcome!
created at March 26, 2020, 12:15 p.m.
Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.
created at April 7, 2020, 2:47 p.m.
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
created at May 6, 2020, 8:30 p.m.
Task management system based on .NET 8 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts
created at Oct. 16, 2020, 1:58 p.m.