Drupal DB migration into Strapi DB

System Information
  • Strapi Version: 4.9.0
  • Operating System:
  • Database: PostgreSQL
  • Node Version: 14.21.2
  • NPM Version: 6.14.18
  • Yarn Version:

I am currently working on a system that was in Drupal (MySQL) and I am moving it over to utilize Strapi (PostgreSQL). There is a lot of content that is currently in the Drupal system and I was wondering if anyone has any insight into how I can migrate this over to Strapi. I was thinking this might be a very manual process, but hopeful that someone here has done this before and has some insight into the process. Thanks!

You can create all the content-types you want and then write a script that adds all the data trough the api with an API token with the right access

in the future when the import/export system is stable you could also write a script for that to do it