Sandthorn Event Store driver

A Event Store driver for Sandthorn.

This driver is a write upon http_eventstore from Arkency

Currently only a subset of functionallity is implemented contra the sandthorn_sequel_driver

  • save_events
  • find

Installation

Add this line to your application's Gemfile:

gem 'sandthorn_driver_event_store'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sandthorn_driver_event_store

Usage

SandthornDriverEventStore.driver host: "localhost", port: 2113

Not supported

Contributing

  1. Fork it
  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 new Pull Request