Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 984 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 984 Bytes

Eventstore

Join the chat at https://gitter.im/mathieuravaux/eventstore-ruby

Ruby client library Eventstore

Eventstore is an open-source, functional database with Complex Event Processing in JavaScript

Circle CI

Install

Add this line to your application's Gemfile and run Bundler:

gem 'eventstore'

Or install it yourself as:

$ gem install eventstore

Usage

Contributing

  1. Fork it ( https://github.com/mathieuravaux/eventstore/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