
MicroService::Node
ActiveRecord MicroService implementation for nodes used in a clustered configuration.
Installation
Add this line to your application's Gemfile:
gem 'micro_service-node'
And then execute:
$ bundle
Or install it yourself as:
$ gem install micro_service-node
then run
rails generate micro_service:node:active_record
bundle exec rake db:migrate
Usage
To the ActiveRecord model:
MicroService::Node.new(...)
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-micro_service-node.
License
The gem is available as open source under the terms of the MIT License.