Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takama/dbsync

A service for realtime synchronization of database tables
https://github.com/takama/dbsync

Last synced: about 1 month ago
JSON representation

A service for realtime synchronization of database tables

Awesome Lists containing this project

README

        

# DBSync

## A service for realtime synchronization of database tables

Quite often you have to transfer data from one database table to another. Sometimes it needs to be done between different types of databases, for example MySQL and PostgreSQL. For this purpose, you can use this service.

## Features

- Syncronization of specified tables between MySQL/PostgresSQL databases
- Checking of updates by `id`, by specified counts of records
- Realtime checking of new records in source table
- Ability to using prefix for destination table
- Showing HTTP detailed status for updates

## Contributors

All the contributors are welcome. If you would like to be the contributor please accept some rules.
- The pull requests will be accepted to "develop" branch only
- All modifications or additions should be tested

Thank you for your understanding!

## License

[MIT Public License](https://github.com/takama/dbsync/blob/master/LICENSE)