Sha256: 8f7b96e0ed72fe580deef0032962491bc4d75322b1c86119b759e1717329edc5

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Sandthorn Event Store driver

A [Event Store](geteventstore.com) driver for [Sandthorn](https://github.com/Sandthorn/sandthorn).

This driver is a write upon [http_eventstore](https://github.com/arkency/http_eventstore) from [Arkency](http://arkency.com)

Currently only a subset of functionallity is implemented contra the [sandthorn_sequel_driver](https://github.com/Sandthorn/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

 * All - Get all events based on Aggregate type (Class)
 * Get events - Functionallity for [Sandthorn Sequel Projection](https://github.com/Sandthorn/sandthorn_sequel_projection) 

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sandthorn_driver_event_store-0.1.0 README.md