Hypostasis::Repository

Build Status Code Climate Code Coverage

The Hypostasis::Repository project is intended to implement the Repository pattern from Martin Fowler's "Patterns of Enterprise Application Architecture" on top of FoundationDB. It includes two different storage strategies for the domain models it stores: sparse and messagepack. It also includes support for indexing and provides a means to customize mapping.

Installation

Add this line to your application's Gemfile:

gem 'hypostasis-repository'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hypostasis-repository

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//hypostasis-repository/fork )
  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