Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takama/dbsync
- Owner: takama
- License: mit
- Created: 2017-06-21T14:04:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T16:52:50.000Z (over 7 years ago)
- Last Synced: 2024-10-15T07:51:02.021Z (3 months ago)
- Language: Go
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 testedThank you for your understanding!
## License
[MIT Public License](https://github.com/takama/dbsync/blob/master/LICENSE)