GithubHelp home page GithubHelp logo

ly774508966 / eventsourcing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tangxuehua/eventsourcing

0.0 2.0 0.0 3.65 MB

【注,该框架已废弃,请用enode】A framework implements event sourcing pattern.

License: GNU General Public License v3.0

Batchfile 0.04% C# 99.96%

eventsourcing's Introduction

eventsourcing framework

This is an open-source framework which implement the event sourcing pattern and CQRS architecture and is suitable for developing DDD based applications.

  1. 运行源代码前先执行命令build nuget以获取外部依赖的程序集。具体步骤:在当前README.md文件所在目录,按住shit键,然后鼠标右键,在弹出的菜单项中选择“在此处打开命令窗口”,然后输入:build nuget,然后回车即可。注意:你的目录中不能包含空格,否则会出错!
  2. 如果要调试代码,需要先新建一个SQL数据库,比如名称叫EventSourcingSampleDB,然后在新建的数据库上执行SQL脚本:scripts\TableGenerateSQL.sql
  3. 有些示例代码需要安装MSMQ,否则会报错。安装MSMQ很简单,到控制面板->所有程序->启动或关闭Windows功能,然后选择MSMQ进行安装即可。

License

GPL

[GPL](http://www.gnu.org/copyleft/gpl.html)


Copyright (C) 2012  CodeSharp

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

eventsourcing's People

Contributors

tangxuehua avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.