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 |
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
SandthornDriverEventStore.driver host: "localhost", port: 2113
- Fork it
- 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 new Pull Request