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).
- Host: GitHub
- URL: https://github.com/flant/artery
- Owner: flant
- License: mit
- Created: 2017-01-16T09:45:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T14:51:23.000Z (11 months ago)
- Last Synced: 2025-07-07T15:50:29.534Z (11 months ago)
- Topics: artery, gem, message-bus, messaging, microservices, nats, rails
- Language: Ruby
- Homepage:
- Size: 220 KB
- Stars: 9
- Watchers: 11
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).