Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
65 lines (36 loc) · 2.13 KB

README.zh-CN.md

File metadata and controls

65 lines (36 loc) · 2.13 KB

中 | EN

MASA.BuildingBlocks [归档, 请看 MASA.Framework]

MASA Stack的构建块,提供统一的接口标准,用于MASA Contrib的实现规约和流程衔接。

为什么选择MASA.BuildingBlocks?

  • 支持单体架构,也支持分布式架构
  • 基于.Net主推技术栈,不魔改,学习成本低
  • 提供统一的接口标准,有MASA Contrib的最佳实践,但不局限于MASA Contrib,任何人都可以基于MASA BuildingBlocks实现自己的Contrib,重新定制某些特性

路线图

特性

  • AutoComplete: 使搜索更简单
  • Configuration: 配置中心
  • CQRS
  • DDD
  • Dispatcher
  • Isolation: 支持物理隔离、逻辑隔离
  • MinimalAPI: 支持类似Controller的API分类聚合
  • UoW: 工作单元
  • Storage: 云存储

如何贡献

  1. Fork & Clone
  2. Create Feature_xxx branch
  3. Commit with commit message, like feat(Isolation): Support physical isolation, logical isolation
  4. Create Pull Request

如果你希望参与贡献,欢迎 Pull Request,或给我们 报告 Bug

贡献者

感谢所有为本项目做出过贡献的朋友。

行为准则

本项目采用了《贡献者公约》所定义的行为准则,以明确我们社区的预期行为。更多信息请见 MASA Stack Community Code of Conduct.

☀️ 许可声明

MASA.BuildingBlocks

Copyright (c) 2021-present MASA Stack