Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.22 KB

Sandthorn Event Store driver

A Event Store driver for Sandthorn.

This driver is built upon http_eventstore from Arkency

A subset of the functionality supported by the sandthorn_driver_sequel is available:

Supported? Feature Description
save_events .
find .
All Get all events based on Aggregate type (Class)
Get events Functionality for Sandthorn Sequel Projection

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

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