better-code-with-ddd by asc-lab

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.

C#

19 +0

304 -1

62 +0

GitHub
godog by cucumber

Cucumber for golang

created at June 10, 2015, 1:16 p.m.

Go

95 -1

2,193 +4

246 +0

GitHub
Core.EventStore by younos1986

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.

C#

2 +0

5 +0

0 +0

GitHub
dotnet-cqrs-intro by asc-lab

Examples of implementation CQRS with Event Sourcing - evolutionary approach

created at Jan. 11, 2019, 1:59 p.m.

C#

21 +0

140 +0

49 +0

GitHub
java-cqrs-intro by asc-lab

Examples of implementation CQRS with Event Sourcing - evolutionary approach

created at Jan. 15, 2019, 6:42 a.m.

Java

13 +0

189 +0

57 +0

GitHub
EventSourcing.NetCore by oskardudycz

Examples and Tutorials of Event Sourcing in .NET

created at Jan. 28, 2017, 11:21 a.m.

C#

86 -1

3,230 +5

493 -2

GitHub
Aggregates.NET by volak

.NET event sourced domain driven design model via NServiceBus and GetEventStore

created at Dec. 26, 2014, 7:42 p.m.

C#

33 +0

440 +0

58 +0

GitHub
ddd-cqrs-example by ferrius

DDD CQRS ADR PHP Symfony example

created at May 28, 2020, 4:33 p.m.

PHP

22 +0

354 +0

54 +0

GitHub
TodoMVC-DDD-CQRS-EventSourcing by volak

Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design

created at April 3, 2018, 3:54 p.m.

C#

11 +0

247 +0

34 +0

GitHub
eShopOnContainersDDD by volak

Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns

created at April 20, 2018, 1:16 p.m.

C#

5 +0

313 +1

43 +0

GitHub
DDD-starter-dotnet by itlibrium

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.

C#

34 +0

353 +1

23 +0

GitHub
EventFlow.Example by OKTAYKIR

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.

C#

15 +0

200 +0

45 +0

GitHub
node-cqrs-domain by thenativeweb

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.

created at May 4, 2012, 10:57 a.m.

JavaScript

19 +0

270 +0

57 +0

GitHub
node-eventstore by thenativeweb

EventStore Implementation in node.js

created at Sept. 1, 2011, 6:54 a.m.

JavaScript

25 +0

538 +0

123 +0

GitHub
node-cqrs-eventdenormalizer by thenativeweb

Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.

created at May 17, 2012, 2:46 p.m.

JavaScript

9 +0

37 +0

27 +0

GitHub
node-cqrs-saga by thenativeweb

Node-cqrs-saga is a node.js module that helps to implement the sagas in cqrs. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.

created at Aug. 29, 2014, 9:29 p.m.

JavaScript

8 +0

61 +0

16 +0

GitHub
CommandQuery by hlaueriksson

Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions

created at Aug. 28, 2016, 12:46 p.m.

C#

12 +0

100 +0

17 +0

GitHub
demonstration-gsd by Eventuria

GSD (Get your Stuff Done) | Basic Todo list for demonstrating CQRS/Command Sourcing in Haskell

created at Oct. 23, 2018, 8:09 a.m.

Haskell

3 +0

51 +0

2 +0

GitHub
cp-ddd-framework by funkygao

轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!

created at Sept. 7, 2020, 2:03 p.m.

Java

53 +0

1,086 +5

262 +0

GitHub
dddsample-core by citerus

This is the new home of the original DDD Sample app (previously hosted at sf.net)..

created at Jan. 31, 2015, 11:21 p.m.

Java

262 +1

4,829 +7

1,451 +5

GitHub