Initial Release
Sample repository to show how to migrate from mysql to InterSystems IRIS
using SQLgateway in difference to using an external tool as DBeaver or CloudBeaver or similar.
This is just JDBC/Java and IRIS with ISOS and SQL
Git>Hub package migration-mysql-iris
provided by YURI MARX PEREIRA GOMES
- Special thanks as this was an excellent base to start off.
And the official documentation on SQLgateway
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
git https://github.com/r-cemper/SQLgateway-migration-mysql-IRIS.git
docker-compose build
docker-compose up
SMP is available here
http://localhost:42773/csp/sys/UtilHome.csp
All migration actions can be executed directly from SMP.
Verify the gateway connection in
SMP> Administration> Configuration> Connectivity> SqlGateway_Configuration

Identifying the source tables. In SMP > Change to Namespace USER
then step to SMP >Explorers >SQL >Wizards > Data Migration

Set required import parameters

Skipping special setting we use defaults we start the task in background

Now we check the results and see everything was working without Errors
You might see errors if tables depend on content not yet migrated.
And wait for completions until the status shows Done
We terminate the Migration Wizard and return to normal table view filtered by dc*

All 8 tables are visible and show meaningful columns
Selecting a table and clicking on OpenTable shows reasonable contents


A look into the related generated Class Defnitions confirms the result and successful completion.
