event sourcing
事件溯源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
。 -
创建新的拉取请求。
下载地址
用户评论