DDD-List
Domain Driven Development | 领域驱动开发
Overview
-
2018-复杂性应对之道,领域建模: 软件的世界里没有银弹,是用事务脚本还是领域模型没有对错之分,关键看是否合适。就像自营和平台哪个模式更好?答案是都很好,所以亚马逊可以有三方入住,阿里也可以有自建仓嘛。
-
2019-基于 DDD 的微服务设计和开发实战: 本文是基于 DDD 的微服务设计和开发实战篇,通过借鉴领域驱动设计思想,指导微服务项目团队进行设计和开发。
-
2020-Domain Driven Design Starter Modelling Process: If you’re new to DDD and not sure where to start, this process will guide you step-by-step.
-
2022-Why Domain-Driven Design?: The goal of this blog is to highlight the type of problems that DDD addresses and give a high-level introduction to the solution.
Resource
Blog
- VirtualDDD: A community driven site for people who want to get more in-depth knowledge of Domain-Driven Design. Go to the learning DDD part of the site, contribute your knowledge to the world on our website or attend one of our meetups anywhere at anytime. Everybody is welcome to join us, we love learning and growing together.
Collection
- ddd-by-examples : A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
Series
- 2019-欧创新-领域模型编程系列笔记 #Series#: 业务对象模型(也叫领域模型 domain model)是描述业务用例实现的对象模型。它是对业务角色和业务实体之间应该如何联系和协作以执行业务的一种抽象。它专注在业务领域的逻辑抽象,而不是技术实现。
Tutorial
OpenSource
Showcase
-
2017-explicit-architecture-php : This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
-
2019-Vlingo : The vlingo/PLATFORM was designed for building fluent domain models inside applications and services using a DDD mindset.
-
2020-ContextMapper : ContextMapper is an open source project providing a Domain-specific Language and Tools for Strategic Domain-driven Design (DDD), Context Mapping, Bounded Context Modeling, and Service Decomposition.
-
cp-ddd-framework : A lightweight development framework for complex business architecture!轻量级业务中台开发框架!
-
2020-Domain Driven Hexagon : Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
-
2023-Ahoo-Wang/Wow : A Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing.