event sourcing:用于ruby的基于Actor的事件溯源库
事件溯源EventSourcing,顾名思义,是一个基于Actor的ruby事件源库。安装将此行添加到应用程序的Gemfile中: gem 'event_sourcing'然后执行: $ bundle或者自己安装: $ gem install event_sourcing用法TODO:在这里写使用说明去做贡献分叉它( )创建您的功能分支( git checkout -b my-new-feature )提交您的更改( git commit -am 'Add some feature' )推送到分支( git push origin my-new-feature )创建一个新的拉取请求
文件列表
event_sourcing-master.zip
(预估有个65文件)
event_sourcing-master
.gitignore
224B
Guardfile
394B
.rspec
20B
event_sourcing.gemspec
1KB
.travis.yml
141B
LICENSE.txt
1KB
spec
unit
event
暂无评论