Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umbrellio/table_sync
DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging
https://github.com/umbrellio/table_sync
data-synchronization database-synchronization event-driven-architecture micro-services table-synchronization
Last synced: 2 days ago
JSON representation
DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging
- Host: GitHub
- URL: https://github.com/umbrellio/table_sync
- Owner: umbrellio
- License: mit
- Created: 2018-11-03T00:22:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T11:09:37.000Z (8 months ago)
- Last Synced: 2024-08-07T08:12:39.853Z (3 months ago)
- Topics: data-synchronization, database-synchronization, event-driven-architecture, micro-services, table-synchronization
- Language: Ruby
- Homepage:
- Size: 298 KB
- Stars: 24
- Watchers: 7
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TableSync · [![Gem Version](https://badge.fury.io/rb/table_sync.svg)](https://badge.fury.io/rb/table_sync) [![Build Status](https://travis-ci.org/umbrellio/table_sync.svg?branch=master)](https://travis-ci.org/umbrellio/table_sync) [![Coverage Status](https://coveralls.io/repos/github/umbrellio/table_sync/badge.svg?branch=master)](https://coveralls.io/github/umbrellio/table_sync?branch=master)
DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging
## Installation
```ruby
gem 'table_sync'
``````shell
$ bundle install
# --- or ---
$ gem install table_sync
``````ruby
require 'table_sync'
```## Usage
Usage information available in the [Wiki](https://github.com/umbrellio/table_sync/wiki).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/table_sync.
## License
Released under MIT License.
## Authors
Team Umbrellio
---