Skip to content
/ artery Public

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

License

Notifications You must be signed in to change notification settings

flant/artery

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published