Sha256: ad765cbf42d4c80d4772fd44f437bffc93589497d6c79f623252274e019fa08b

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

# 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

- [Message protocol](docs/message_protocol.md)
- [Publishing](docs/publishing.md)
    - [Publishers](docs/publishing/publishers.md)
    - [Configuration](docs/publishing/configuration.md)
    - [Manual Sync (examples)](docs/publishing/manual.md)
- [Receiving](docs/receiving.md)
- [Notifications](docs/notifications.md)

## 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

---

<a href="https://github.com/umbrellio/">
<img style="float: left;" src="https://umbrellio.github.io/Umbrellio/supported_by_umbrellio.svg" alt="Supported by Umbrellio" width="439" height="72">
</a>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
table_sync-6.0.4 README.md
table_sync-6.0.3 README.md
table_sync-6.0.2 README.md
table_sync-6.0 README.md