-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: Migration framework #1768
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a nice system but needs some polish 🔢 👍
Among other things it would be nice to add some static_assert
tests for the introduced concepts, come up with better names for several functions and move some/majority of the code to impl
.
tests/integration/migration/cassandra/CassandraMigrationManagerTests.cpp
Outdated
Show resolved
Hide resolved
tests/integration/migration/cassandra/CassandraMigrationManagerTests.cpp
Show resolved
Hide resolved
0c954ee
to
5e3a3ac
Compare
5e3a3ac
to
17f6db7
Compare
tests/integration/migration/cassandra/CassandraMigrationTestBackend.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found more small things 🔢
This PR implemented the migration framework, which contains the command line interface to execute migration and helps to migrate data easily.
Please read README.md for more information about this framework.