Track Awesome Ddd Updates Daily
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 heynickc/awesome-ddd · ⭐ 11K · 🏷️ Miscellaneous
Mar 28, 2024
Community Resources
- DDD North America - Upcoming live training, events, and user groups across North America.
Jan 05, 2024
Sample Projects / GO
- Azure DDD boilerplate (⭐0) - A boilerplate project for DDD in Azure using a custom handler and Cosmos DB for event sourcing
Sample Projects / PHP
- CodefyPHP Framework (⭐11) - A PHP framework for codefying and building complex applications using Domain-Driven Design, CQRS, and Event Sourcing.
Libraries and Frameworks / JVM
- Ahoo-Wang/Wow (⭐126) - A Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing.
User Groups / Ruby
Sep 12, 2023
Video Collections
- Visuality DDD webinars - A YouTube collection of webinars focused on DDD in Ruby on Rails
Community Resources
- DDD in Ruby on Rails - A collection of articles on Domain-Driven Design in Ruby on Rails
Libraries and Frameworks / PHP
- PHP Glossary (⭐2) - Apply a Term Analysis to extract domain terms vs out-of-scope terms in a DDD manner.
Jul 05, 2023
Books
- Architecture Modernization - Concrete tools, techniques, and processes to align software architecture with your business domains, organizational design, team topologies, and corporate strategy.
- Collaborative Software Design - A practical guide for effectively involving all stakeholders in the design of software.A practical guide for effectively involving all stakeholders in the design of software.
Training Courses
- Distilling Domain-Driven Design - Vaughn Vernon's online training course.
- Event Sourcery - Introduction to DDD, CQRS, and Event Sourcing.
- EventStorming Fundamentals Course (also in Spanish) - learn the fundamentals of EventStorming. Everything about EventStorming with examples.
Community Resources
- DDD-es Google Group - The Google Group to discuss Domain-Driven Design in Spanish.
- EventStorming Google Group - The Google Group to discuss EventStorming.
- DDD/CQRS/ES Discord (⭐71) - A Discord (old Slack) team for those who want to chat about Domain-Driven Design, CQRS, Event Sourcing and sometimes random things. Main channel is language and framework agnostic.
- Domain StoryTelling Discord - A Discord team about Domain StoryTelling (#domain-storytelling channel) by @hofstef. The homepage is at domainstorytelling.org.
- Awesome Domain Storytelling (⭐177) - awesome list that focuses only on Domain Storytelling.
- Domain-Driven Design in dynamic languages GitHub (⭐1.3k) - GitHub's profile of Domain-Driven Design in dynamic languages.
- Domain-Driven Design Crew GitHub - GitHub's profile of Domain-Driven Design Crew.
Sample Projects / JavaScript / TypeScript
- Over-engineered ToDo app (⭐1.1k) - Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS generated using the Bitloops Language (BL) (⭐338).
Libraries and Frameworks / JavaScript / TypeScript
- Bitloops Language (BL) (⭐338) - Open-source, 4th-generation, transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable using DDD and Hexagonal Architecture.
Libraries and Frameworks / Python
- PyAssimilator (⭐182) - Quickly create DDD Python patterns, Event-Based Systems, CRUD applications. Set of Python patterns for database access that support SQLAlchemy, MongoDB, Redis, or Pure Python. PyAssimilator allows you to write code without dependencies, meaning you can switch SQL to NoSQL without changing a single file in your system.
Nov 04, 2022
Books
Training Courses
- Spatie's Event Sourcing Course - Learn how to build event sourced applications in Laravel using Spatie's event-sourcing package. Has 2 hours of video content and an accompanying ebook.
Feb 03, 2022
Community Resources
- Context Mapping by ddd-crew (⭐1.3k) - Context Mapping Cheatsheet and Starter Kit by ddd-crew.
Dec 02, 2021
Video Collections
- The Art of Discovering Bounded Contexts by Nick Tune - Session from 2017 DevoxxUK on how to define bounded contexts
Nov 29, 2021
Video Collections
- GlobalAppTesting TechTalks - A vimeo channel focused on DDD and CQRS.
Blogs
- GlobalAppTesting engineering - GlobalAppTesting's engineering blog with materials on practical DDD and CQRS.
Nov 05, 2021
Sample Projects / Idris
- OrderTaking (⭐130) - Dependently typed implementation of the Domain Modeling Made Functional book. An example project how to formalize Bounded Context and Workflow diagram with dependent types. A NodeJS deployable demo.
Oct 31, 2021
Sample Projects / .NET (C#/F#)
- TaskoMask (⭐636) - Task management system based on .NET Core with DDD, CQRS and Event Sourcing Concepts.
Oct 15, 2021
Books
- Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy - Learn the essential patterns and practices of domain-driven design and how to apply them in your day-to-day work, both in greenfield and brownfield projects.
Jul 29, 2021
Libraries and Frameworks / .NET
- CommandQuery (⭐100) - Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions 🌐ASP.NET Web API 2
May 30, 2021
Sample Projects / PHP
- Symfony 5 DDD ES CQRS backend (⭐1k) - DDD, CQRS and Event Sourcing app using Symfony and PHP 8.
May 25, 2021
Sample Projects / JVM languages
- Eclipse CargoTracker - This project demonstrates how you can develop applications with the Jakarta EE platform using widely adopted architectural best practices like Domain-Driven Design (DDD). The code (⭐330) is intended to mirror a non-trivial application that developers in the real work would work on. It attempts to demonstrate first-hand how you can use Jakarta EE to effectively meet practical enterprise concerns such as productivity, agility, testability, flexibility, maintainability, scalability and security. The project is directly based on the well known original Java DDD sample application (⭐4.8k) developed by DDD pioneer Eric Evans' company Domain Language and the Swedish software consulting company Citerus.
Apr 22, 2021
Sample Projects / JVM languages
- https://github.com/felipexw/clean-arch-ddd-intro (⭐16) - Simple DDD + Clean Architecture using Micronaut.
Feb 18, 2021
Sample Projects / GO
- BDD in GO (⭐3) - Sample app demonstrating the use of Cucumber + GO for a BDD testing approach. Blog post can be found here.
- Citerus DDD Sample App GO Port (⭐2.4k) - This is an attempt to port the DDD Sample App (⭐4.8k) to idiomatic Go. It can be run in a dockerized mode for previewing the application.
- DDD by Refactoring (⭐4.8k) - Complete serverless application to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring of a Go project. A full blog series about it can be found at https://threedots.tech/.
- DDD Food App (⭐603) - Sample DDD application implementing the 4 layers (Domain, Infrastructure, Application and Interface) and considering two domain patterns. There's a blog article written for it here.
- DDD Sample in GO (⭐273) - Just another sample application implementing the four layers of DDD.
- Evolutive CRUD API (⭐73) - API implementation with full CRUD using a SOLID, Hexagonal Architecture. There is a series of blog post written for it at https://blog.friendsofgo.tech/.
- Simple Hexagonal Architecture PoC API (⭐29) - PoC for a patients API using the hexagonal architecture pattern.
Libraries and Frameworks / GO
- Ginkgo (⭐7.9k) - Ginkgo builds on Go's testing package, allowing expressive Behavior-Driven Development ("BDD") style tests.
- GOBDD (⭐104) - Small BDD framework for GO.
- GoConvey (⭐8.1k) - Go testing in the browser. Integrates with
go test
. Write behavioral tests in Go.
- Godog (⭐2.2k) - Package godog is the official Cucumber BDD framework for Golang, it merges specification and test documentation into one cohesive whole, using Gherkin formatted scenarios in the format of Given, When, Then.
Feb 08, 2021
Libraries and Frameworks / Databases
- Message DB (⭐1.6k) - Microservice Native Event Store and Message Store for Postgres. A fully-featured event store and message store implemented in PostgreSQL for Pub/Sub, Event Sourcing, Messaging, and Evented Microservices applications.
Libraries and Frameworks / Ruby
- Eventide - Event Sourcing and Microservices Stack for Ruby. A set of libraries for writing event driven, autonomous services.
Jan 11, 2021
User Groups / Ruby
- Worldwide - Specific about EventStorming
Dec 15, 2020
Books
- Implementing DDD, CQRS and Event Sourcing - Learn how to implement DDD, CQRS and Event Sourcing. Understand the theory and put it into practice with JavaScript and Node.js.
Dec 14, 2020
Sample Projects / JavaScript / TypeScript
- Booster framework examples (⭐397) Example applications built with Booster Framework.
Libraries and Frameworks / JavaScript / TypeScript
- Booster - A CQRS, DDD and event-sourcing open-source framework that leverages all the infrastructure and uses high-level abstractions and conventions. It help users build advanved even-driven applications letting them focus on business logic exclusively.
Nov 28, 2020
User Groups / Ruby
Nov 17, 2020
Sample Projects / JVM languages
- DDDSample (⭐4.8k) - Sample DDD project using Spring Boot (originally hosted in http://dddsample.sourceforge.net/)
Nov 15, 2020
Books
- Secure by Design - Shows how to use Domain-Driven Design to avoid security vulnerabilities.
Oct 20, 2020
Free eBooks
- Visual Collaboration Tools - Visual Collaboration Tools is a book for teams building software. It describes tools that help us in our daily job, and also present field stories from different practitioners.
Blogs
- João Rosa - Personal blog about Domain-Driven Design, Visual Collaboration, leadership and organisational design. And other things in between. Curator of Visual Collaboration Tools and host of the Software Crafts Podcast
Oct 19, 2020
Libraries and Frameworks / JVM
- DDDplus framework (⭐1.1k) - A lightweight flexible development framework for complex business architecture based on DDD.
Sep 24, 2020
Libraries and Frameworks / JVM
- Spine Event Engine - a CQRS/ES framework for building cloud applications. Defines Bounded Contexts with their Commands, Events, and Entity states in Protobuf. The backend logic is written in Java, on top of the Proto-generated code. Client code in Java, JS or Dart communicates with the backend via gRPC.
Sep 19, 2020
Training Courses
- DDD Workshops across Europe and Online - Public Workshops by Eric Evans, Alberto Brandolini, Mathias Verraes, Rebecca Wirfs-Brock, Nick Tune, and many more.
Conferences / Ruby
- Domain-Driven Design Europe - The Leading DDD conference (online during COVID19)
Aug 07, 2020
Sample Projects / .NET (C#/F#)
- DDD-starter-dotnet (⭐346) - Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD .net project.
Aug 06, 2020
Sample Projects / .NET (C#/F#)
- EventFlow.Example (⭐201) - DDD, CQRS, and Event-Sourcing example and contains following technology stack: EventFlow (⭐2.3k), EventStore, RabbitMQ, MongoDB, PostgreSQL, Docker
Jul 09, 2020
Libraries and Frameworks / Databases
- Serialized - Complete platform for Event Sourcing & CQRS.
Jun 30, 2020
Blogs
- Ardalis.com - Steve Smith. Pluralsight author and author of DDD Fundamentals course and Microsoft eShopOnWeb sample app (⭐9.8k).
Sample Projects / .NET (C#/F#)
- eShopOnWeb (⭐9.8k) - Full ASP.NET Core 3.1 reference application from Microsoft showing monolithic deployment architecture
Jun 24, 2020
Sample Projects / PHP
- DDD CQRS Todo Sample (⭐353) - DDD CQRS ADR hexagonal architecture implementation built with PHP 7 and Symfony 5.
Jun 12, 2020
Sample Projects / .NET (C#/F#)
- Equinox Project (⭐6.3k) - Full ASP.NET Core 3.1 application with Clean Architecture, DDD, CQRS and Event Sourcing concepts
Libraries and Frameworks / .NET
- NetDevPack - A smart set of common classes and implementations to improve your development productivity using .NET (DDD, CQRS, Specification Pattern, MediatR, Validations, Notifications).
May 24, 2020
Libraries and Frameworks / Python
- dry-python - A set of libraries for pluggable business logic components.
May 22, 2020
Free eBooks
- Architecture Patterns with Python - A book about Pythonic application architecture patterns for managing complexity.
Apr 29, 2020
Libraries and Frameworks / .NET
- Edument CQRS and Intentful BDD Testing Starter Kit - Library and tutorial for how to build CQRS/ES applications, including a BDD style testing framework.
Apr 10, 2020
Libraries and Frameworks / PHP
- Ecotone - Enables message driven architecture in PHP and provides building blocks to follow DDD and CQRS principles.
Apr 02, 2020
Free eBooks
- DDD Magazine from Xebia #1 - This magazine is packed with visionary and practical insights, based on personal, business, and customer experiences to support you on your DDD journey
Apr 01, 2020
Training Courses
- DDD Workshop by Xebia - public and in-house Domain-driven design workshops from foundation to professional level.
Video Collections
- Virtual Domain-driven design - A youtube collection of recorded meetups session from Virtual Domain-driven design
Community Resources
- Virtual Domain-driven design community - Online meetups with panel discussions, online collaborations and resource sharing.
- Domain-driven design heuristics - Domain-Driven Design Heuristics is a community driven site to document and discuss about Design Heuristics.
Blogs
- Kenny Baas-Schwegler - DDD, BDD, Socio-technical, EventStorming and continuous delivery blogs.
Sample Projects / .NET (C#/F#)
- Event Sourcing .NET (⭐3.2k) - samples and resources about Event Sourcing and CQRS in .NET. Contains also a self-paced kit of how to built own Event Store
Libraries and Frameworks / .NET
- Marten (⭐2.6k) - Postgresql as a Document Database and Event Store for .Net Applications.
Mar 21, 2020
Sample Projects / .NET (C#/F#)
- DotNet CQRS Intro (⭐140) - Examples of implementation CQRS with Event Sourcing - evolutionary approach (no CQRS, separate models and commands with the same model, separate models and commands with separate models, separate storage engines, event sourcing).
Sample Projects / JVM languages
- Java CQRS Intro (⭐190) - Examples of implementation CQRS with Event Sourcing - evolutionary approach (no CQRS, separate models and commands with the same model, separate models and commands with separate models, separate storage engines, event sourcing).
Mar 05, 2020
Libraries and Frameworks / .NET
- Core.EventStore (⭐5) - 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.
Feb 27, 2020
User Groups / Ruby
Feb 21, 2020
Sample Projects / JVM languages
- EventStormingWorkshop - Designing Cloud Native Microservices On AWS (⭐311) - A concrete sample to go through EventStorming workshop and implement DDD tactical design pattern in Java, apply AWS cloud native services to build up business Event based Coffeeshop scenario.
User Groups / Ruby
Jan 30, 2020
User Groups / Ruby
Dec 22, 2019
Libraries and Frameworks / .NET
- ABP - Successor of ASP.NET Boilerplate - ASP.NET Core based application framework to create NLayered, Domain Driven Designed web applications with a microservice focused modular architecture
Dec 17, 2019
Libraries and Frameworks / .NET
- MediatR (⭐11k) - Supports request/response, commands, queries, notifications and events, synchronous and async with intelligent dispatching via C# generic variance.
Dec 13, 2019
Sample Projects / .NET (C#/F#)
- Better code with DDD building blocks (⭐304) - solution presents usage of DDD tactical patterns to achieve better readability and expressiveness of the code. Applying DDD patterns together with ubiquitous language closes the gap between language spoken by experts and the team and language used in the code.
Nov 08, 2019
Libraries and Frameworks / Python
- Eventsoucing in Python (⭐1.4k) - Mature, stable Python library for event sourcing and DDD. Supports wide variety of databases, different kinds of orderings of domain events, application level encryption, snapshotting, optimistic concurrency control, and process events. Applications, and entire systems of applications, can be defined independently of infrastructure, and run in different ways (single threaded, multi-threaded, clocked, stepping, multi-process, actor model) and with different infrastructure.
Oct 27, 2019
Books
- What is Domain-Driven Design? - A quick read exploring the core patterns and principles of Domain-Driven Design, as well as strategies for applying DDD in brownfield projects.
Oct 26, 2019
Sample Projects / .NET (C#/F#)
- Modular Monolith (⭐10k) - Full Modular Monolith .NET application with Domain-Driven Design approach.
Sep 22, 2019
Blogs
- Martin Havlišta - DDD, CQRS, TDD blog posts with code samples in C# .NET
Sample Projects / .NET (C#/F#)
- Companion Code for Microsoft .NET Architecting Applications for the Enterprise (⭐496) - An event based Micro ERP.
Sample Projects / JVM languages
- Kotlin DDD Sample (⭐281) - Sample DDD/CQRS project written in Kotlin.
Libraries and Frameworks / .NET
- ByValue (⭐9) - This library helps to create ValueObjects (even with collection properties) with properly implemented equality behavior.
Aug 08, 2019
Sample Projects / JVM languages
- DDD Workshop - Project Manager (⭐60) - "Do It Yourself" DDD workshop and a sample DDD application at the same time. Based on a project managing domain.
Jun 28, 2019
Blogs
- Khalil Stemmler - DDD series introduction and talk about how to implement DDD with TypeScript
Jun 14, 2019
Books
- Domain Modeling Made Functional - Tackle Software Complexity with Domain-Driven Design and F#.
Jun 04, 2019
Sample Projects / PHP
- Shop Cart in PHP (⭐101) - Sample project that demonstrates how simple shop cart can look like. Domain objects,Doctrine integration.,TDD,layers,unit testing
May 23, 2019
Sample Projects / PHP
- Eric Evans DDD Cargo Sample (⭐798) - PHP 7 Version of the cargo sample used in Eric Evans DDD book
May 13, 2019
Books
- Hands-On Domain-Driven Design with .NET Core - Tackling complexity in the heart of software by putting DDD principles into practice by Alexey Zimarev.
Apr 30, 2019
Sample Projects / JVM languages
- DDD By Examples - Library (⭐4.1k) - sample project of a library driven by real business requirements. Modular monolith implemented with the help od DDD, BDD, EventStorming, Example Mapping, CQRS, and more.
Apr 24, 2019
Free eBooks
- Domain-Driven Design: The First 15 Years - To celebrate the anniversary, we've asked prominent authors in the software design world to contribute old and new essays. With contributions by Martin Fowler, James Coplien, Rebecca Wirfs-Brock, Mel Conway, and many more.
Conferences / Ruby
- EventSourcing - A new event for the CQRS/EventSourcing community
- DDD Foundations - A curated conference for DDD newcomers
Apr 17, 2019
Video Collections
- DDD Europe - Recordings of talks given at DDD Europe.
User Groups / Ruby
- Collective CFP - Submit your talks to all the DDD user groups at once.
Apr 05, 2019
Sample Projects / .NET (C#/F#)
- EISK - .NET CLI and VS Templates with simple use cases to build scalable applications on top of .net core with architectural best practices (DDD, onion architecture etc).
Mar 02, 2019
Libraries and Frameworks / .NET
- Dolittle - Build better applications with Dolittle. An Event Sourced, Microservice platform oriented around DDD with developer productivity and simplicity front and center.
Mar 01, 2019
Books
- Implementing Domain-Driven Design - Also a canonical book presenting a top-down approach to understanding Domain-Driven Design. Also known as the "Red Book."
Sample Projects / .NET (C#/F#)
- Sample .NET Core CQRS REST API (⭐2.7k) - .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Feb 28, 2019
Training Courses
- Reactive Architecture: CQRS and Event Sourcing - This course will discuss the reasons we use CQRS/ES, what benefits it provides us, but also what it will cost us to use. We will see how CQRS/ES can impact the scalability, consistency, and availability of our application.
Community Resources
- Awesome Event Storming (⭐2.1k) - awesome list that focuses only on Event Storming.
Sample Projects / .NET (C#/F#)
- CQRS-DDD Example (⭐131) - Domain Driven Design, CQRS, & Event Sourcing Example using GetEventStore, CommonDomain, NServiceBus, Entity Framework, SQL Server, SignalR.
- ContosoUniversityCore (⭐590) - ContosoUniversity on ASP.NET Core with Full .NET Framework.
- DDDInventoryItemFSharp (⭐185) - An idiomatic F# implementation of Domain-Driven Design
- DDDSkeletonNet (⭐180) (C#) - a .NET skeleton project to introduce the concepts of Domain Driven Design and loosely coupled layers.
- EmailMaker (⭐13) - Email marketing ASP.NET Core MVC and ASP.NET MVC demo app demonstrating CoreDdd (⭐69) usage
- eShopOnContainersDDD (⭐310) - eShop fullstack example featuring catalog, basket, checkout, and order bounded contexts
- Fohjin (⭐699) - Example project that accompanies Mark Nijhof's CQRS book.
- FsUno (⭐76) - Event sourcing implementation sample in F#.
- IDDD Samples in .NET (⭐909) - These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon.
- NLayerAppV3 (⭐154) (.Net Core Preview 2) - a N-Layered Architecture Sample Project.
- Reactive Trader Cloud (⭐1.8k) - Reactive Trader Cloud by Adaptive Consulting.
- SimpleCQRS (⭐2.1k) - Greg Young's "Simplest Thing" CQRS with Event Sourcing project.
- TodoMVC-DDD-CQRS-EventSourcing (⭐247) - Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Sample Projects / Haskell
- Eventuria gsd (⭐51) - Haskell todo list reactive application with DDD, CQRS and Event Sourcing, FRP.
Sample Projects / JavaScript / TypeScript
- wolkenkit Sample Applications - A collection of DDD sample applications, such as TodoMVC, a geocaching app, collaborative boards etc.
Sample Projects / JVM languages
- Event Sourcing Example (⭐95) - A simplified (in memory) example of Event Sourcing and CQRS implementation for Java code (modeled for banking domain use cases).
- IDDD Samples (⭐3.6k) - These are the sample Bounded Contexts from the book "Implementing Domain-Driven Design" by Vaughn Vernon.
Sample Projects / PHP
- DDD Wish List (⭐200) - A sample application in PHP built with Symfony 3 and Vue.js.
- DDD Playground (⭐591) - Sample implementation in PHP.
Libraries and Frameworks / .NET
- Aggregates.NET (⭐438) - .NET event sourced domain driven design model via NServicebus and GetEventStore.
- AggregateSource (⭐257) - Lightweight infrastructure for doing eventsourcing using aggregates.
- Akka.NET - Akka.NET is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
- ASP.NET Boilerplate - ASP.NET MVC, Web API and ASP.NET Core based application framework to create NLayered, Domain Driven Designed web Applications implementing best practices.
- Cedar.CommandHandling - Middleware to handling commands over HTTP; typically used in CQRS applications.
- Cirqus (⭐231) - d60 event sourcing + CQRS framework.
- CoreDdd (⭐69) - Set of open-source .NET libraries helping with DDD and CQRS, with NHibernate persistence
- CQRS on Azure (⭐26) CQRS on Windows Azure.
- EventFlow (⭐2.3k) - Async/await first CQRS+ES and DDD framework for .NET http://geteventflow.net/.
- Its.Cqrs (⭐77) - A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
- MassTransit (⭐6.4k) - Distributed Application Framework for .NET.
- NServiceBus (⭐2k) - Service bus for .NET.
- shriek-fx (⭐664) - An simple,elegant and useful Domain-Driven Design and CQRS framework developed using .NET Core 2.0.
- SqlStreamStore (⭐4) - .NET Stream Store library targeting SQL based implementations.
- Stringly.Typed (⭐46) - Making it easier to convert strings to/from .NET types.
- Xer.Cqrs (⭐100) - A simple library for creating applications based on the CQRS pattern with support for attribute routing and hosted handlers. Developed in C# targeting .NET Standard 1.0.
Libraries and Frameworks / Databases
- Event Store - The open-source, functional database with Complex Event Processing in JavaScript.
Libraries and Frameworks / Elixir
- Event Bus (⭐688) - Traceable, extendable and minimalist event bus implementation for Elixir with built-in event store and event watcher based on ETS.
Libraries and Frameworks / JavaScript / TypeScript
- cqrs.js - CQRS implementations in node.js. Includes node-eventstore (⭐539), node-cqrs-domain (⭐270), node-eventdenormalizer (⭐37), node-cqrs-saga (⭐61).
Libraries and Frameworks / JVM
- akka-ddd (⭐352) - Reusable artifacts for building applications on top of the Akka platform following CQRS/DDDD-based approach.
- Apache Isis - Apache Isis is a framework for rapidly developing domain-driven apps in Java.
- Axon Framework - The axon framework is focused on making life easier for developers that want to create a java application based on the CQRS principles.
- JESA (⭐9) - Event sourced aggregates for Java.
- Lagom - The Lagom Framework is a microservices framework for the Java Virtual Machine, with APIs for the Java and Scala languages. It includes an Event Sourcing/CQRS based persistence module.
- SeedStack's Business Framework - A set of building blocks that enable you to code business logic according to the Domain-Driven Design (DDD) approach.
User Groups / Ruby
Feb 27, 2019
Books
- Applying Domain Driven Design with CQRS and Event Sourcing - A walkthrough of using EventStorming and other modeling techniques to build a CQRS and Event Sourcing-based prototype for a fictional business domain.
- CQRS - Notes by Mark Nijhof from his experiences learning DDD and CQRS from Greg Young. There is an extensive sample project that accompanies this book.
- Domain-Driven Design Distilled - Very good starter book before you read Implementing Domain-Driven Design or Domain-Driven Design: Tackling the Complexity at the Heart of Software.
- Domain-Driven Design in PHP - Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration.
- Domain-Driven Rails - Domain-Driven Rails describes 11 techniques (from Bounded Contexts to Event Sourcing) that you can use separately and together in new and old Rails apps to achieve better architecture.
- Event Sourcing and CQRS with .NET Core and SQL Server - A walkthrough of using Domain-Driven Design with Event Sourcing and CQRS using ASP.NET Core and SQL Server in production.
- Microsoft .NET - Architecting Applications for the Enterprise (2nd Edition) - A software architect’s digest of core practices, pragmatically applied.
- Patterns, Principles, and Practices of Domain-Driven Design (1st Edition) - Methods for managing complex software construction following the practices, principles and patterns of Domain-Driven Design with code examples in C#.
- Specification by Example - This book distills from the experience of leading teams worldwide effective ways to specify, test, and deliver software in short, iterative delivery cycles. Case studies in this book range from small web startups to large financial institutions, working in many processes including XP, Scrum, and Kanban.
User Groups / Ruby
Feb 26, 2019
Free eBooks
- The Anatomy of Domain-Driven Design - The Infographic - An infographic on the anatomy of Domain-Driven Design.
- Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure - Provides end-to-end guidance on building monolithic web applications using DDD, ASP.NET Core, and Azure. eShopOnWeb sample (⭐9.8k)
- CQRS Journey - Exploring CQRS and Event Sourcing.
- DDD Reference - A summary of the patterns and definitions of DDD.
- Domain Driven Design Quickly - Domain Driven Design Quickly is a short, quick-readable summary and introduction to the fundamentals of DDD.
- Effective Aggregate Design - In this three-part series, Vaughn Vernon walks through some common design pitfalls, discusses the pros and cons of various aggregate modeling choices, and provides rules of thumb to guide modeling of aggregates.
- Getting Started with DDD when Surrounded by Legacy Systems - Describes three strategies for getting started with DDD when you have a big commitment to legacy systems.
- Living Documentation by Design, with Domain-Driven Design - Discover how a Living Documentation can help you in all aspects of your projects, from the business goals to the business domain knowledge, architecture and design, processes and deployment, even if you hate writing documentation.
- .NET Microservices: Architecture for Containerized .NET Applications - An introduction to developing microservices-based applications and managing them using containers. eShopOnContainers sample (⭐25k)
- The Semantic JavaScript Backend for Event-Driven Development - A 68 pages long free ebook on what DDD, CQRS and event-sourcing are, and how they fit each other.
Feb 23, 2019
User Groups / Ruby
Feb 06, 2019
Tools / Ruby
- Domain Storytelling - a knowledge-crunching technique that helps the people involved to familiarize themselves with the domain and work out a model that expresses their shared understanding. Available as a print-out template, as well as open-source online tool, WPS Modeler (source (⭐698)).
Jan 21, 2019
Blogs
- Svaťa Šimara - DDD series - language, domain, modeling, infrastructure, implementation in PHP
Oct 28, 2018
Training Courses
- Reactive Architecture: Domain Driven Design - Use DDD to decompose a problem domain into manageable parts. Learn how those parts can become the foundation of Reactive Microservices and Reactive Architecture. Free, online, self-paced. Certificate offered upon completion.
Oct 04, 2018
Community Resources
- Quora - Questions tagged domain-driven-design.
Sep 30, 2018
Training Courses
- Advanced Distributed Systems Design - Online training course from Udi Dahan. Udi's live training schedule can be found here.
Aug 29, 2018
User Groups / Ruby
Apr 07, 2018
Video Collections
- KanDDDinsky - A YouTube collection of talks given at KanDDDinsky.
Feb 25, 2018
User Groups / Ruby
Dec 14, 2017
Video Collections
- Explore DDD videos - Recordings of the talks given at the Explore DDD conference.
Community Resources
- wolkenkit Slack - A Slack team on DDD, event-sourcing, CQRS and wolkenkit.
Dec 01, 2017
Training Courses
- Rails + Domain Driven Design Workshop - Introduction to DDD, fundamentals of CQRS & Event Sourcing for Ruby/Rails developers.
Nov 29, 2017
Blogs
- Arkency - Various DDD, CQRS, Event Sourcing related articles from Ruby experts.
Libraries and Frameworks / PHP
- Broadway (⭐1.5k) - Broadway is a (PHP) project providing infrastructure and testing helpers for creating CQRS and event sourced applications.
Libraries and Frameworks / Ruby
- Rails Event Store - Rails Event Store (RES) is a library for publishing, consuming, storing and retrieving events. It's your best companion for going with an event-driven architecture for your Rails application.
Nov 20, 2017
Blogs
- the native web - DDD & Co. series
Oct 12, 2017
Books
- Writing Great Specifications - Writing Great Specifications is an example-rich tutorial that teaches you how to write good Gherkin specification documents that take advantage of Specification by Example's benefits.
Aug 31, 2017
User Groups / Ruby
Jul 18, 2017
Sample Projects / JVM languages
- Event Sourcing and CQRS Sample (⭐463) - Sample event sourced application with Command Query Responsibility Segregation
Jul 10, 2017
Community Resources
- Advanced Topics in Event Sourcing / CQRS / DDD (⭐107) - Advanced Topics in Event Sourcing / CQRS / DDD list compiled and maintaned by @sebastianharko.
Jun 29, 2017
Sample Projects / JVM languages
- Event Sourcing and CQRS Examples (⭐530) - A pragmatic application of Event Sourcing and CQRS in Java with good references for common related problems, e.g. event ordering and idempotency.
Libraries and Frameworks / JavaScript / TypeScript
- wolkenkit - A CQRS, DDD, and event-sourcing framework for JavaScript and Node.js.
Apr 13, 2017
Libraries and Frameworks / JavaScript / TypeScript
- Node API Boilerplate (⭐3.3k) - NodeJS web API boilerplate for DDD and Clean Architecture applications.
Mar 31, 2017
Libraries and Frameworks / Elixir
- eventstore (⭐1k) - CQRS event store using PostgreSQL for persistence.
Mar 18, 2017
Conferences / Ruby
Mar 08, 2017
Libraries and Frameworks / Elixir
- Commanded (⭐1.8k) - Command handling middleware for CQRS/ES applications, Pure Functional Data Structures for Aggregates and Process Managers, Point-to-Point message routing, and much more in Elixir (Erlang VM) - All in Actor concurrency model.
Feb 18, 2017
User Groups / Ruby
Feb 13, 2017
Books
- Versioning in an Event Sourced System - Have you had troubles with versioning an Event Sourced system? Just getting into a new Event Sourced system for the first time? This book is the definitive guide of how to handle versioning over long periods of time.
Jan 23, 2017
User Groups / Ruby
Jan 19, 2017
Blogs
- Dan Bergh Johnsson "Dear Junior" - Domain-Driven Design mixed with security, and agile in general. Written as fictional letters to a younger programmer.
Dec 10, 2016
Training Courses
- Mixter (⭐312) - CQRS and Event Sourcing Koans.
Dec 08, 2016
Community Resources
- Software Engineering Stack Exchange - Software Engineering Stack Exchange questions tagged domain-driven-design.
- Code Review Stack Exchange - Code Review Stack Exchange questions tagged domain-driven-design.
Nov 06, 2016
Community Resources
- DDD in Ruby subreddit - A subreddit for Ruby developers interested in Domain-Driven Design.
Oct 18, 2016
Sample Projects / .NET (C#/F#)
- Scritchy (⭐67) - CQRS without the Plumbing, video.
Oct 17, 2016
Books
- Domain-Driven Design: Tackling the Complexity at the Heart of Software - The canonical book that coined the term Domain-Driven Design. Also known as the "Blue Book."
- Domain Specific Languages - Tangentially connected to DDD, describes the importance of the Ubiquitous Language and working together with domain experts, along with lots of technical details.
- Introducing Event Storming: An act of Deliberate Collective Learning - The deepest tutorial and explanation about EventStorming, straight from the inventor.
Training Courses
- Domain Language eLearning - Using our video lessons with Eric Evans, author of the original book on Domain-Driven Design (DDD), teach yourself techniques for evolving practical models that improve your software — not just your documents.
- Greg Young's CQRS Class - These videos include the entirety of Greg Young's DDD, CQRS, and Event Sourcing class.
- Nomad PHP - Introduction to Event Sourcing and CQRS.
- Pluralsight
- Domain-Driven Design Fundamentals - Teaches the fundamentals of Domain-Driven Design (DDD) through a demonstration of customer interactions and a complex demo application, along with advice from Eric Evans.
- Domain-Driven Design in Practice - A descriptive, in-depth walk-through for applying Domain-Driven Design principles in practice.
- Modern Software Architecture: Domain Models, CQRS, and Event Sourcing - This course covers DDD analysis patterns helpful in discovering the top-level architecture of a business domain. Architects and developers will find details of implementation patterns such as Domain Model, CQRS, and Event Sourcing.
Video Collections
- Alberto Brandolini: Event Storming - A YouTube collection of talks given by Alberto Brandolini on Event Storming.
- Greg Young - A YouTube collection of various talks given by Greg Young.
Community Resources
- Stack Overflow - Stack Overflow questions tagged domain-driven-design.
Blogs
- Nick Chamberlain - Helpful development and design advice for .NET developers.
- DDD Weekly - Weekly curated links related to DDD/CQRS/ES.
- Daniel Whittaker - Want to learn about CQRS and Event Sourcing? This blog is packed with step-by-step articles to give you a head start.
- Cyrille Martraire - Being so immersed in finance while still in love with programming, I’m naturally a big fan of Domain-Driven Design by Eric Evans, along with TDD, BDD and agile/XP practices.
- Jimmy Bogard - I focus on DDD, distributed systems, and any other acronym-centric design/architecture/methodology.
- CodeBetter - CodeBetter.Com exists in order to help foster awareness of better practices, superior tools, proven methodologies and techniques within the software development community.
- Greg Young - Good Enough Software is By Definition Good Enough.
- InfoQ Blog - Domain-Driven Design Content on InfoQ.
- Dan North - Inventor of Behavior-Driven Design. Blogs and talks about Event Storming also.
- Mike Mogosanu - Maintainable code is a business advantage. Creator of Domain Map: The Domain Modeling Tool - Easy And Powerful Domain Driven Design.
- Christian Posta - Principal Middleware Architect @ Red Hat, open-source enthusiast, committer @ Apache, Cloud, Integration, Kubernetes, Docker, OpenShift, Fabric8.
- Vladimir Khorikov - Pluralsight author. Blogs about software development principles and best practices.
- TechBeacon - Articles on TechBeacon tagged domain driven design.
- Derek Comartin - Articles under the category Domain Driven Design.
- Alberto Brandolini - Inventor of Event Storming. Asserting that problems cannot be solved with the same mindset that originated them, Alberto switches perspective frequently assuming the architect, mentor, coach, manager or developer point of view.
- Jérémie Chassaing - Various articles about DDD/CQRS. Implemented Greg Young's SimpleCQRS sample in F#.
- Vaughn Vernon - Vaughn Vernon understands the unique demands of software development and the challenges you face as you improve your craft in a fast-paced industry.
- Vladik Khononov - Various DDD-related articles.
- Eventsourcing Publications - Practical event sourcing.
- Jef Claes - Excellent articles and talks on Domain-Driven Design.
- Udi Dahan - From the creator of NServiceBus.
- Chris Patterson - From the creator of the MassTransit distributed application framework.
- Aaron Stannard - From the CTO and co-founder of Petabridge, developers of the Akka.NET Actor Model framework.
- Roger Johansson - Mostly C#, DDD, and Akka.NET.
- Konrad Garus - Ranting and Programming in Java, Clojure, and JavaScript. Articles tagged under cqrs.
- Oasis Digital - Content by Oasis Digital tagged under cqrs.
- Adaptech - Adaptech Solutions blog. Our founder, Adam Dymitruk, debated the merits of CQRS with Greg Young before Greg coined the term. Adam and business partner Robert Reppel are among the leading practitioners of event-sourced microservices.
- Lev Gorodinski - Several articles about DDD from 2013, which are still relevant.
- Dino Esposito - Software architect, trainer, book author. Author of Microsoft .NET - Architecting Applications for the Enterprise (2nd Edition).
Sample Projects / .NET (C#/F#)
- Example of Domain-Driven Design in F# - Example of Domain Driven Design for the game of checkers. There are two files: a scratch file with a series of designs, and a final version.
- Microsoft Patterns and Practices: CQRS Journey Sample Code (⭐1.4k) - Sample code from CQRS Journey.
- Simple CQRS in F# (⭐73) - Greg Young's SimpleCQRS in F#.
Sample Projects / JVM languages
- Akka CQRS ES Demo (⭐57) - Demo project to implement the CQRS and Event Sourcing patterns in Scala-Akka.
- DDD Leaven (⭐834) - DDD-CQRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing.
Libraries and Frameworks / .NET
- MessageRouter - Described in this video: The Beating Heart of CQRS, or Actor-Based Message Routing on the CLR by Paulmichael Blasucci at the New York F# .NET User Group.
- Projac (⭐137) - Projac is a set of projection libraries that allow you to write projections targetting various backing stores.
- Streamstone (⭐385) - Event Store for Azure Table Storage.
Podcasts and Interviews / Ruby
- Deeper into DDD on DotNetRocks with David Real - 11 June 2015.
- Thinking in DDD on DotNetRocks with Julie Lerman and Steve Smith - 19 August 2014.
- Eric Evans on Domain Driven Design on DotNetRocks - 10 May 2007.
- Jimmy Nilsson on Domain Driven Design on DotNetRocks - 29 August 2006.
- Being the Worst - 2012 thru 2016.
- Software Engineering Radio Episode 225: Eric Evans on Domain-Driven Design at 10 Years - 13 May 2015.
- Software Engineering Radio Episode 218: Udi Dahan on CQRS (Command Query Responsibility Segregation) - 30 January 2015.
Oct 12, 2016
Community Resources
- DDDinPHP Google Group - The place to discuss Domain-Driven Design, CQRS, Event Sourcing, Model Storming, Hexagonal Architecture, Distributed Systems, Reactive... in the context of PHP.
Libraries and Frameworks / .NET
- NEventStore (⭐1.6k) - A persistence library used to abstract different storage implementations when using event sourcing as storage mechanism.
Libraries and Frameworks / Databases
- Eventsourcing - Business event capture and querying framework.
User Groups / Ruby
Aug 31, 2016
Video Collections
- SkillsCasts by SkillsMatter - Searching DDD returns various talks given by Greg Young, Alberto Brandolini, and Dan North, etc.
Community Resources
- DDD/CQRS Google Group - An active mailing list and an excellent resource to ask questions and learn fine-grained details about DDD/CQRS.