Migration. When you are short of employees.

The company is paying for a big set of licenses, but ... your database is built on another platform. Make the switch while your reports get up to speed on the new systems.

Migrations

  • California Sea Grant College Program department database migration
    • FileMaker data was exported as Excel files.
    • Excel files were opened in OpenOffice database and exported as SQL files.
    • SQL files were then loaded into MySQL.
    • After review, migration was halted. No switch to MySQL engine after all.
  • Advanced Squad Leader scenario data files
    • Data is screen-scraped from website using Python 3.
    • Beautiful Soup 4 module is used to parse table rows and cells.
    • MySQL-Connector module used to load into MySQL.
  • rr18xx ELO player ratings
    • Data is screen-scraped from website using Python 3.
    • CSV file is opened and parsed.
    • SQLAlchemy module used to load into PostgreSQL.

Need some migration help? Let's talk.

migrating