2 Star 2 Fork 0

Tony/shriek-fx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ShriekFx:zap: Build Status Build status Author GitHub license

A ddd-cqrs framework for .NET Core 2.0 that would make you shriek! For it's simple,elegant and useful!

一个使用 .NET Core 2.0 开发的简单易用的领域驱动框架,宗旨是让小型应用也能用DDD的思想去开发,打破DDD很复杂的谣言!


特性:

  1. 领域驱动(DDD)
  2. 命令查询职责分离(CQRS)
  3. 事件回溯 (ES)
  4. 最终一致性 (Eventually Consistent)
  5. Server/Client 动态代理 (提供接口自动实现客户端和服务端)

开发环境

  1. Visual Studio 15.3
  2. .NET Core 2.0 SDK [ x64 | x86 ]

任务列表(更新中):

  • C端
    • 命令总线 CommandBus
    • 事件总线 EventBus
    • 进程内异步队列
    • 内存事件缓存
    • 事件存储 + 聚合快照(备忘录模式)
      • 内存模式 (聚合修改后立刻持久化)
      • EF Core实现
      • NoSQL实现
        • LiteDB
        • Cosmos DB (MongoDB API)
      • Redis
    • 消息队列(MQ)
    • Saga
  • Q端 + Real DB
    • EF Core
    • Dapper
    • 仓储扫描注册
    • 查询基类
  • Service层
    • WebApi 接口动态代理
      • 客户端
      • 服务端
        • Http / MVC
        • TCP / RPC
    • GraphSQL
  • 定时任务
    • Hangfire
  • 示例
    • 内存事件仓储
    • EFCore事件仓储
    • NoSQL事件仓储
    • WebApi代理
    • CQRS 整体示例
The MIT License (MIT) Copyright (c) 2017-present, James Yeung Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

️A ddd+cqrs+es framework for .NET Core 2.0 that would make you shriek! Simple,elegant and useful!一个使用 .NET Core 2.0 开发的简单易用的领域驱动框架,宗旨是让小型应用也能用DDD的思想去开发,打破DDD很复杂的谣言! 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/gittonyyzz/shriek-fx.git
git@gitee.com:gittonyyzz/shriek-fx.git
gittonyyzz
shriek-fx
shriek-fx
master

搜索帮助