- What is cp-ddd-framework
- Requirements
- Using cp-ddd-framework
- Demo
- Modules
- Reference documentation
- Landscape of Central Platform
- Contribution
- Licensing
cp-ddd-framework is a lightweight flexible development framework for complex business architecture.
轻量级业务中台开发框架,以DDD思想为基础,融合中台核心要素,赋能中台建设。
融合了DDD、前中台复杂生态协作方法论,同时充分考虑组织、历史债、运维和落地成本以及风险而开发的,面向复杂业务场景架构设计,是中台架构的完整解决方案。
Used for several complex critical central platform projects in production environment.
目前在多个复杂的中台核心项目生产环境下使用,是中台建设的根基。
快速入门。
Please visit Quickstart wiki.
- born for extension, the OCP
- 业务逻辑的扩展:uncertain biz logic
- 业务流程的扩展:uncertain biz flow
- 业务模型的扩展:uncertain biz model
- 业务的多态:polymorphic business
- 业务前台与中台如何协同:synergy between BP and CP teams
- 如何让中台架构特色的DDD稳稳当当落地:DDD seamlessly landing in code
- 如何降低系统实现的复杂度:reduce entropy of the system
- empower the system to evolve without corruption
- 普通研发如何编写出优雅的业务代码:low threshold for average developer to build elegant biz code
- and more
这14个核心抽象,勾勒出业务中台的骨架,以不变应万变。
Requires Java 1.8+ and Spring 4.3.12.RELEASE or later.
<properties>
<dddplus.version>0.0.1-SNAPSHOT</dddplus.version>
</properties>
<dependency>
<groupId>io.github.dddplus</groupId>
<artifactId>dddplus-runtime</artifactId>
<version>${dddplus.version}</version>
</dependency>
dependencies {
...
compile 'io.github.dddplus:dddplus-runtime:0.0.1-SNAPSHOT'
}
git clone https://github.com/funkygao/cp-ddd-framework.git
cd cp-ddd-framework/
mvn install
Please visit 使用该框架搭建订单履约中台
的例子.
Specification of the framework.
Runtime implementation of the framework.
Plugin hot reloading implementation.
Enforce expected evolvement of the business architecture based upon ArchUnit.
Please visit cp-ddd-framework Javadoc.
业务中台建设全景图。
You are welcome to contribute to the project with pull requests on GitHub.
If you find a bug or want to request a feature, please use the issue tracker.
For any question, you can use Gitter Chat.
cp-ddd-framework is licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.