Skip to content

Sample repository to show how to migrate from MySQL to InterSystems IRIS

License

Notifications You must be signed in to change notification settings

yurimarx/migration-mysql-iris

Repository files navigation

migration-mysql-iris

Sample repository to show how to migrate from MySQL to InterSystems IRIS

Credits

  1. Article about MySQL into Docker:
  2. Git project created from:

to run

  1. Build
docker-compose build
  1. Run
docker-compose up -d
  1. Use DBeaver to connect to the databases
    • Connection to MySQL:
      • host: localhost
      • database: db
      • port: 3306
      • username: user
      • password: password
    • Connection to IRIS:
      • host: localhost
      • database: user
      • port: 1972
      • username: _SYSTEM
      • password: SYS

About

Sample repository to show how to migrate from MySQL to InterSystems IRIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages