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 github.com/iravench/ruby_cqrs/blob/master/spec/feature/basic_usage_spec.rb

Contributing

  1. Fork it ( github.com/iravench/ruby_cqrs/fork )

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create a new Pull Request