RubyCqrs
A Ruby implementation of CQRS, using event sourcing. go wiki cqrs for more information.
Installation
Add this line to your application's Gemfile:
gem 'ruby_cqrs'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby_cqrs
Usage
refer to bellow spec for how to use this gem in your code https://github.com/iravench/ruby_cqrs/blob/master/spec/feature/basic_usage_spec.rb
Contributing
- Fork it ( https://github.com/iravench/ruby_cqrs/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request