An open API service indexing awesome lists of open source software.

https://github.com/flant/artery

Main messaging system between Rails [micro]services implementing message bus pattern on NATS (for now).
https://github.com/flant/artery

artery gem message-bus messaging microservices nats rails

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this 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:

```ruby
gem 'artery'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install artery
```

Then install migrations and run (if using ActiveRecord):
```bash
$ 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](http://opensource.org/licenses/MIT).