# Sourcend **Repository Path**: mohaos/sourcend ## Basic Information - **Project Name**: Sourcend - **Description**: Sourcend是基于Command+Mutation指令执行模式与Event Sourcing Pattern模式实现的指令执行框架 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-03 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, 指令执行框架, 事件溯源模式, 开发框架, 指令模式 ## README # Sourcend ## 简介 Sourcend框架基于: - Command+Mutation执行执行模式。 - Event Sourcing Pattern模式(事件溯源模式)。 仓库地址: - github:https://github.com/mohao1/Sourcend - gitee:https://gitee.com/mohaos/sourcend 使用场景: - 需要进行指令组合执行的任务和操作。 - 需要进行历史版本记录与回滚的操作。 **框架正在开发之中**