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

Admin interface

In admin interface you can list your artery endpoints and check their statuses. You can mount admin ui to your routes via:

mount Artery::Engine => '/artery'

And then you can access it by url http(s)://{ your_app_url }/artery/.

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

Packages

No packages published

Contributors 8