# enode **Repository Path**: MuteLee/enode ## Basic Information - **Project Name**: enode - **Description**: ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications. - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-12 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications. Developing rules: -------------- - One command only allowed to effect one aggregate - Strong consistency in one aggregate - Eventual consistency between multiple aggregates - Unit of Work pattern is not need again, replaced with saga - Domain event is the only way to implement aggregate interaction Blog -------------- http://www.cnblogs.com/netfocus/category/496012.html A simple forum sample -------------- https://github.com/tangxuehua/forum A conference management and registration sample -------------- https://github.com/tangxuehua/conference architecture -------------- ![alt tag](https://raw.githubusercontent.com/tangxuehua/enode/master/doc/arch.png)