- Notifications
You must be signed in to change notification settings - Fork0
Main messaging system between Rails [micro]services implementing message bus pattern on NATS (for now).
License
NotificationsYou must be signed in to change notification settings
flant/artery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Main messaging system between Rails [micro]services implementing message bus pattern on NATS (for now).
How to use my plugin.
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
Contribution directions go here.
The gem is available as open source under the terms of theMIT License.