Sha256: a2fbb97b3bb211bf9c8559d6442845214001982d299ac4d592083f3096ad16c6

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 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
   
## Todo

 * All - Get all events based on Aggregate type (Class)
 * Get events - Functionallity for [Sandthorn Sequel Projection](https://github.com/Sandthorn/sandthorn_sequel_projection) 
 * Implement snapshoting, now all event of an aggregate has to be fetched to build the aggregate.

## 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.0.1 README.md