Trabox
Transactional-Outbox for Rails.
Supported publisher
- Google Cloud Pub/Sub
Usage
Create outbox tables
bin/rails g trabox:model <NAME>
Run
bin/trabox relay
bin/trabox subscribe
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem 'trabox'
And then execute:
bundle install
bin/rails g trabox:configure
This will generate config file config/initializers/trabox.rb
.
Optional:
bundle binstubs trabox
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.