Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Synchronizing Databases example #147

Merged
merged 16 commits into from
Nov 5, 2019
Merged

Conversation

m110
Copy link
Member

@m110 m110 commented Sep 28, 2019

TODO:

  • Example's README
  • Bump version in examples, replace DefaultSchema with DefaultMySQLSchema.

@m110 m110 mentioned this pull request Sep 28, 2019
4 tasks
@m110 m110 marked this pull request as ready for review October 11, 2019 19:00
This example shows how to migrate a MySQL table to PostgreSQL table using watermill.

The application will first transfer all existing rows and then keep listening for any new inserts,
copying them to the new table as soon, as they appear.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it may be good to mention explicitly, that updates and deletes are not supported

@m110 m110 merged commit c1a0494 into master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants