Project

artery

0.0
No release in over 3 years
Main messaging system between Rails [micro]services implementing message bus pattern on NATS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.0, < 3
>= 4.2, < 8.2
 Project Readme

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.