From 0b8dbcf6e34adb37197abb7570a89fb695861959 Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Sat, 7 Oct 2017 22:22:11 +0200 Subject: [PATCH] Add wolkenkit-todomvc as sample-application. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 41ad873..74122b4 100644 --- a/readme.md +++ b/readme.md @@ -144,6 +144,7 @@ The term was coined by Eric Evans in his book of the same title. - [Event Sourcing and CQRS Examples](https://github.com/andreschaffer/event-sourcing-cqrs-examples) - A pragmatic application of Event Sourcing and CQRS in Java with good references for common related problems, e.g. event ordering and idempotency. - [DDD Wish List](https://github.com/franzose/symfony-ddd-wishlist) - A sample application in PHP built with Symfony 3 and Vue.js. - [Event Sourcing and CQRS Sample](https://github.com/pilloPl/event-source-cqrs-sample) - Sample event sourced application with Command Query Responsibility Segregation +- [wolkenkit-todomvc](https://github.com/thenativeweb/wolkenkit-todomvc) - TodoMVC built with DDD, CQRS and event-sourcing ## Libraries and Frameworks