Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 627 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 627 Bytes

Artery

Main messaging system between Rails [micro]services implementing message bus pattern on NATS (for now).

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'artery'

And then execute:

$ bundle

Or install it yourself as:

$ gem install artery

Then install migrations and run (if using ActiveRecord):

$ rake artery:install:migrations
$ rake db:migrate

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.