0.01
No commit activity in last 3 years
No release in over 3 years
Event Store support for Ruby Object Mapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.1

Runtime

~> 0.1
~> 1.0
 Project Readme

ROM::EventStore

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs

Event Store support for Ruby Object Mapper

Installation

Add this line to your application's Gemfile:

gem 'rom-event_store'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rom-event_store

Development

You need to install EventStore in order to be able to run specs.

On OS X you can use homebrew:

brew install homebrew/binary/EventStore

To start the server simply run:

eventstore

Before running specs you need to run (from the root of this project):

bin/init-es

Usage

See spec/integration/adapter_spec.rb for a sample usage.

License

See LICENSE file.