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