-
Notifications
You must be signed in to change notification settings - Fork 43
Add AI-Generated schema migration comparison #145
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
Conversation
Adds a schema migration tool comparison to aide in selecting the right tool for the job. Includes a list of websites used in the consideration of the matrix as sources.
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
Not very useful addition. Did it clarify something for you? Does it really help to pick the 'greatest' tool? Just a AI-generated summary based on some random pages done by a different people is a poor addition. (i think everyone can use LLMs already themself, while LLMs should use pages like kb.altinity as a source of REAL knowlegde). So i'm not a big fan of adding LLM generated content to our KB (it's ok to use LLM as a tool for formatting, text editing and processing, but content should have own value). |
|
Example of how can you make the useful article about migration tools using AI
It's not a very hard thing, but can be superuseful. |
|
|
||
| ### Bibliography | ||
|
|
||
| - Altinity KB – Schema Migration Tools: https://kb.altinity.com/altinity-kb-setup-and-maintenance/schema-migration-tools/ |
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.
link to itself? :)
| - golang-migrate Driver/Connection Issues (GitHub): https://github.com/golang-migrate/migrate/issues | ||
| - liquibase-clickhouse Issues: https://github.com/MEDIARITHMICS/liquibase-clickhouse/issues |
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.
giving separate links to issues of the github projects listed earlier - does not look like a useful addition
| - Houseplant Hacker News Discussion: https://news.ycombinator.com/item?id=42524493 | ||
| - ClickSuite Documentation: https://github.com/GamebeastGG/clicksuite | ||
| - Flyway ClickHouse Plugin Issue (Missing Locking): https://github.com/flyway/flyway-community-db-support/issues/48 | ||
| - Flyway ClickHouse Version Incompatibility: https://productsupport.red-gate.com/hc/en-us/community/posts/24974494619933 |
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.
useless link
| - clickhouse-migrations README: https://github.com/Infinidat/migrations-clickhouse | ||
| - dbmate README & ClickHouse Notes: https://github.com/amacneil/dbmate | ||
| - dbmate ClickHouse Replication Issue: https://github.com/amacneil/dbmate/issues/265 | ||
| - SMI2 PHP ClickHouse Migrations (Habr): https://habr.com/ru/post/331762/ |
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.
most of links are useless (only a few are valueble)
|
Fair enough, will close. Hadn’t had time to fully review yet, should have made it a draft. What I was aiming to end up with was a good set of pros and cons and a summary of known and common issues so that folks could quickly make a determination of what tool they’d like to try out or use first. While anyone can do the same thing with x LLM, I still figured that the matrix was a useful enough augmentation of the existing list because one could argue that the list itself could also be easily derived by an LLM. An example of useful information that it added was information around what underlying platform the tool required (e.g. nodejs). Your suggestions about what would help is definitely a great idea for a future iteration; but was outside the scope of what I was doing to achieve some project goals. |
Adds a schema migration tool comparison to aide in selecting the right tool for the job. Includes a list of websites used in the consideration of the matrix as sources.