Ruby client library Eventstore
Eventstore is an open-source, functional database with Complex Event Processing in JavaScript
Add this line to your application's Gemfile and run Bundler:
gem 'eventstore'
Or install it yourself as:
$ gem install eventstore
- Fork it ( https://github.com/mathieuravaux/eventstore/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